diff --git a/.circleci/config.yml b/.circleci/config.yml index 3862d4207..ee233905f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,8 +134,7 @@ workflows: - "3.12" - "integration": - # Run even the slow integration tests here. We need the `--` to - # sneak past tox and get to pytest. + tox-args: "-x testenv.integration.ignore_outcome=True -- integration" requires: # If the unit test suite doesn't pass, don't bother running the # integration tests.