]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
bump nox to latest main + fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Nov 2025 16:41:34 +0000 (11:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Nov 2025 17:26:16 +0000 (12:26 -0500)
commit1d040711980395c251367d410c58ce0d6cd92fa6
tree4c127d61e1bc70908db768fcab3c18d3e6d20eda
parent1ca1ffb188b67150271dfa77c9b9a62b2e6146c7
bump nox to latest main + fix

apparently 2.0 was behind so this copies
the files with 2.0-specific modifications from the below change id

add pyv to file template; use = for all custom args

adding "test/" to pytest doesnt work because then we can't indicate
a specific set of test files.  use = for all sqlalchemy-custom
parameters instead to avoid [1]

[1] https://github.com/pytest-dev/pytest/issues/13913

Change-Id: I9eb5bbfac734fcb145fcf3ae58fcc55df6bb6e71
noxfile.py
tools/toxnox.py