]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use nox
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Sep 2025 03:44:41 +0000 (23:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Oct 2025 18:13:55 +0000 (14:13 -0400)
commitdf899e94cf7ba18f4e7151ef173393be78c56c3f
tree5f4fe135b3bf6244d3b5bec25328d4510904819d
parent79969acaedd7f0a1ef2fd2e27ffddef52206a605
use nox

The top-level test runner has been changed to use ``nox``, adding a
``noxfile.py`` as well as some included modules.   The ``tox.ini`` file
remains in place so that ``tox`` runs will continue to function in the near
term, however it will be eventually removed and improvements and
maintenance going forward will be only towards ``noxfile.py``.

Change-Id: I66639991e1dc3db582e2ff13f9348a7d6241916e
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml
.gitignore
README.unittests.rst
doc/build/changelog/unreleased_21/nox.rst [new file with mode: 0644]
noxfile.py [new file with mode: 0644]
pyproject.toml
tools/toxnox.py [new file with mode: 0644]
tools/warn_tox.py [new file with mode: 0644]
tox.ini