]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add pyv to file template; use = for all custom args
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Nov 2025 16:36:56 +0000 (11:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Nov 2025 16:36:56 +0000 (11:36 -0500)
commit8383e3f48c900fa248f026218fed0cea5ad0e6a5
treeef197356cd1d0d70ea7845505193df38c5ec4029
parent95ab6ed79c7956bcf6ad7e18ad6241f0c9c90f23
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