python3Packages.pytest_xdist: use pytest_xdist_2 by default

meant to be used with pytest_6
This commit is contained in:
Jonathan Ringer 2020-11-30 15:17:02 -08:00 committed by Frederik Rietdijk
parent 2985066439
commit e0cbbc6f30

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 { };