Re-enable the Debian-11 / integration gate

This commit is contained in:
Jean-Paul Calderone 2023-01-18 13:29:14 -05:00
parent 4e2c685a12
commit 69b25d932c

View File

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