tarantool / tarantool-python

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

Conditional skip for datetime test cases #246

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

There are two tarantool-python + Tarantool integration tests for datetime arithmetic that are skipped for now due to core bugs:

https://github.com/tarantool/tarantool-python/blob/10adf379fca4f85e55f2145d659d5e45053c2404/test/suites/test_datetime.py#L386-L392 https://github.com/tarantool/tarantool-python/blob/10adf379fca4f85e55f2145d659d5e45053c2404/test/suites/test_datetime.py#L522-L528

This skips should be changed to conditional skips after Tarantool release (now bugs are fixed, but there is no tagged version with fix).