python2Packages.hypothesis: 4.41.0 -> 4.57.1

This commit is contained in:
Frederik Rietdijk
2020-05-11 22:13:15 +02:00
parent 1a251aa86e
commit ec411b6ed1
2 changed files with 49 additions and 1 deletions
+4 -1
View File
@@ -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 { };