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":
# Run even the slow integration tests here.
tox-args: "--runslow"
# Run even the slow integration tests here. We need the `--` to
# sneak past tox and get to pytest.
tox-args: "-- --runslow"
requires:
# If the unit test suite doesn't pass, don't bother running the
# integration tests.