]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add nox support (but dont switch out fully)
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Sep 2025 03:44:41 +0000 (23:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2025 22:50:40 +0000 (18:50 -0400)
commit941d660d40c876fdf8428a7f8d2e3d4ab55e68bd
tree899de1b2b0b0434dd0dabdb612edf8570a0c1c52
parent876b075a365bbd33be22d11dc9a979b75508fbc6
add nox support (but dont switch out fully)

This backports the nox change from main/2.1 so that we have full
nox support available for the 2.0 series, however does not modify
any existing docs or test systems.

A noxfile.py has been added to allow testing with nox.  This is a direct
port of 2.1's move to nox, however leaves the tox.ini file in place and
retains all test documentation in terms of tox.   Version 2.1 will move to
nox fully, including deprecation warnings for tox and new testing
documentation.

Change-Id: I66639991e1dc3db582e2ff13f9348a7d6241916e
(cherry picked from commit df899e94cf7ba18f4e7151ef173393be78c56c3f)
(also cherry-picked from 1577c1d15b)
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml
.gitignore
MANIFEST.in
doc/build/changelog/unreleased_20/use_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