pythonPackages.pytest_xdist: fix build
This commit is contained in:
@@ -5815,11 +5815,10 @@ in {
|
||||
|
||||
pytest-watch = callPackage ../development/python-modules/pytest-watch { };
|
||||
|
||||
pytest_xdist_1 = callPackage ../development/python-modules/pytest-xdist { };
|
||||
|
||||
pytest_xdist_2 = callPackage ../development/python-modules/pytest-xdist/2.nix { };
|
||||
|
||||
pytest_xdist = self.pytest_xdist_2;
|
||||
pytest_xdist = if isPy27 then
|
||||
callPackage ../development/python-modules/pytest-xdist/1.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/pytest-xdist { };
|
||||
|
||||
pytest-xprocess = callPackage ../development/python-modules/pytest-xprocess { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user