python2Packages.pytestrunner: keep 5.2
This commit is contained in:
@@ -6591,7 +6591,10 @@ in {
|
||||
pytest-rerunfailures = callPackage ../development/python-modules/pytest-rerunfailures { };
|
||||
|
||||
pytest-runner = self.pytestrunner; # added 2021-01-04
|
||||
pytestrunner = callPackage ../development/python-modules/pytestrunner { };
|
||||
pytestrunner = if isPy3k then
|
||||
callPackage ../development/python-modules/pytestrunner { }
|
||||
else
|
||||
callPackage ../development/python-modules/pytestrunner/2.nix { };
|
||||
|
||||
pytest-sanic = callPackage ../development/python-modules/pytest-sanic {
|
||||
sanic = self.sanic.override { doCheck = false; };
|
||||
|
||||
Reference in New Issue
Block a user