Skip to content

Commit 2278f47

Browse files
committed
1 parent 0b5f35e commit 2278f47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • modules/platforms/python/dbapi

modules/platforms/python/dbapi/tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ deps =
2626
recreate = True
2727
commands = pytest -s --teamcity tests
2828

29+
[testenv:py314t]
30+
set_env = PYTHON_GIL=0
31+
commands =
32+
python -c "import sys; assert not sys._is_gil_enabled(), 'GIL is still enabled!'"
33+
pytest {posargs}

0 commit comments

Comments
 (0)