From: Brigitta Sipőcz Date: Wed, 4 Sep 2024 21:54:51 +0000 (-0400) Subject: MAINT: pytest doesn't have any more python 3.12 deprecations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d500de8707cb6d89ba59922d0671afc4062de82;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git MAINT: pytest doesn't have any more python 3.12 deprecations --- diff --git a/tox.ini b/tox.ini index f1146007dd..f59e158016 100644 --- a/tox.ini +++ b/tox.ini @@ -101,11 +101,7 @@ setenv= PYTEST_COLOR={tty:--color=yes} MYPY_COLOR={tty:--color-output} - # pytest 'rewrite' is hitting lots of deprecation warnings under py312 and - # i can't find any way to ignore those warnings, so this turns it off - py312: PYTEST_ARGS=--assert plain - - BASECOMMAND=python -m pytest {env:PYTEST_ARGS} {env:PYTEST_COLOR} --rootdir {toxinidir} --log-info=sqlalchemy.testing + BASECOMMAND=python -m pytest {env:PYTEST_COLOR} --rootdir {toxinidir} --log-info=sqlalchemy.testing WORKERS={env:TOX_WORKERS:-n4 --max-worker-restart=5}