tarantool / tarantool-python

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

test: run cases for datetime with 2.11 fixes #297

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

There were a couple of datetime bugs in core Tarantool [1, 2] in 2.10 that were fixed in 2.11. We had a couple of test cases which were skipped before because of these bugs. After 2.11 we may change these skips to conditional skips.

  1. https://github.com/tarantool/tarantool/issues/7698
  2. https://github.com/tarantool/tarantool/issues/7700

Closes #246