pythonPackages.mock: have 3.0.5 for python 2, disable tests python 3
because of circular dependency.
This commit is contained in:
@@ -4505,7 +4505,10 @@ in {
|
||||
|
||||
editorconfig = callPackage ../development/python-modules/editorconfig { };
|
||||
|
||||
mock = callPackage ../development/python-modules/mock { };
|
||||
mock = if pythonOlder "3.6" then
|
||||
callPackage ../development/python-modules/mock/2.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/mock { };
|
||||
|
||||
mock-open = callPackage ../development/python-modules/mock-open { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user