start right away please so I don't have to wait forever

This commit is contained in:
Jean-Paul Calderone 2023-01-17 10:40:08 -05:00
parent 6bf36bebd0
commit f6555381a9
1 changed files with 4 additions and 4 deletions

View File

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