python3Packages.pytest_xdist: use pytest_xdist_2 by default

meant to be used with pytest_6
This commit is contained in:
Jonathan Ringer
2020-12-01 14:44:25 +01:00
committed by Frederik Rietdijk
parent 2985066439
commit e0cbbc6f30
+1 -1
View File
@@ -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 { };