Because test_sample_project is so slow (and test_minimal_project isn't great either), venvstacks CI operates on a model of "test the oldest and newest supported Python versions".
It would be convenient if:
intermediate Python versions were still defined, but only ran the fast tests by default
the tox -m test label ran one of those fast intermediate versions
Because
test_sample_project
is so slow (andtest_minimal_project
isn't great either),venvstacks
CI operates on a model of "test the oldest and newest supported Python versions".It would be convenient if:
tox -m test
label ran one of those fast intermediate versions