tarantool / tarantool-python

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

test: fix `box.tuple.new` variable argument syntax usage #300

Closed CuriousGeorgiy closed 1 year ago

CuriousGeorgiy commented 1 year ago

Variable argument syntax of box.tuple.new will be disabled in scope of tarantool/tarantool#4693: adapt the test suite to stop using it.