tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

test: fix compatibility with Tarantool master #294

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

New Tarantool 3.0 patch introduces a breaking change [1]. This patch adds a compatibility layer to test instance.

  1. https://github.com/tarantool/tarantool/pull/8289

Closes #293