From a7d149f7f91ad3a1a55d6b0c7fc1a0c341a2a3d6 Mon Sep 17 00:00:00 2001 From: meejah Date: Fri, 13 Dec 2024 01:27:53 -0700 Subject: [PATCH] no slow things, this builder is already very slow --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28446436a..3862d4207 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,7 +136,6 @@ workflows: - "integration": # 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.