See if this helps tox/pytest on CI

This commit is contained in:
Jean-Paul Calderone 2023-01-17 10:27:20 -05:00
parent 290bb5297f
commit e4745779ab

View File

@ -94,8 +94,9 @@ workflows:
{} {}
- "integration": - "integration":
# Run even the slow integration tests here. # Run even the slow integration tests here. We need the `--` to
tox-args: "--runslow" # sneak past tox and get to pytest.
tox-args: "-- --runslow"
requires: requires:
# If the unit test suite doesn't pass, don't bother running the # If the unit test suite doesn't pass, don't bother running the
# integration tests. # integration tests.