python2Packages.hypothesis: 4.41.0 -> 4.57.1
This commit is contained in:
@@ -4056,7 +4056,10 @@ in {
|
||||
|
||||
hydra = callPackage ../development/python-modules/hydra { };
|
||||
|
||||
hypothesis = callPackage ../development/python-modules/hypothesis { };
|
||||
hypothesis = if isPy3k then
|
||||
callPackage ../development/python-modules/hypothesis { }
|
||||
else
|
||||
callPackage ../development/python-modules/hypothesis/2.nix { };
|
||||
|
||||
hydra-check = callPackage ../development/python-modules/hydra-check { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user