From 69b25d932c77dd5efe1d32a598aa2f084137b808 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 18 Jan 2023 13:29:14 -0500 Subject: [PATCH] Re-enable the Debian-11 / integration gate --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57198eae6..152d56810 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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": {}