aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-30 15:17:02 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:25 +0100
commite0cbbc6f30350ad825350ec1177cf104b05f4c84 (patch)
treefa21daed0b7a15091f885e24edf07c82084a037d
parent298506643910115c179ee72bee3c89e7becfdd5c (diff)
python3Packages.pytest_xdist: use pytest_xdist_2 by default
meant to be used with pytest_6
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index feaff55a783d..9dd1912d9c03 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -5808,7 +5808,7 @@ in {
pytest_xdist_2 = callPackage ../development/python-modules/pytest-xdist/2.nix { };
- pytest_xdist = self.pytest_xdist_1;
+ pytest_xdist = self.pytest_xdist_2;
pytest-xprocess = callPackage ../development/python-modules/pytest-xprocess { };