From 7a3fa5241a6a3774f6c7049ebf4409864fb075e7 Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:12:55 -0700 Subject: [PATCH] Revert "Bump pytest-xdist from 2.4.0 to 3.6.1" --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8ff61e1..1ff5212 100644 --- a/setup.cfg +++ b/setup.cfg @@ -109,7 +109,7 @@ dev = pytest == 6.2.5 # Testing pytest-cov == 2.12.1 # pytest + coverage = pytest-cov pytest-watch == 4.2.0 # Automatic testing every time you save a file - pytest-xdist == 3.6.1 # You got multiple cores, right? + pytest-xdist == 2.4.0 # You got multiple cores, right? pre-commit == 2.15.0 # Auto-run checks on every commit tox ~= 4.11.0 # A way to automate and standardize testing in Python types-requests ~= 2.31.0.20240218