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}