]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
MAINT: pytest doesn't have any more python 3.12 deprecations 11838/head
authorBrigitta Sipőcz <bsipocz@gmail.com>
Wed, 4 Sep 2024 21:54:51 +0000 (17:54 -0400)
committerBrigitta Sipőcz <bsipocz@gmail.com>
Wed, 4 Sep 2024 21:54:51 +0000 (17:54 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index f1146007dd1e6299ec19b53787e15eed91645934..f59e15801669ca093c1eb3869c13b2ccd650c7c2 100644 (file)
--- 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}