pythonPackages.hypothesis_4: drop

Versioned attributes in python-packages.nix should be avoided.
This commit is contained in:
Robert Schütz 2021-06-22 23:47:19 +02:00
parent d9de257617
commit b4b4c2ab00
2 changed files with 1 additions and 4 deletions

View file

@ -3364,9 +3364,6 @@ in {
hyperopt = callPackage ../development/python-modules/hyperopt { };
# File name is called 2.nix because this one will need to remain for Python 2.
hypothesis_4 = callPackage ../development/python-modules/hypothesis/2.nix { };
hypothesis-auto = callPackage ../development/python-modules/hypothesis-auto { };
hypothesis = callPackage ../development/python-modules/hypothesis { };

View file

@ -168,7 +168,7 @@ with self; with super; {
http_signature = callPackage ../development/python-modules/http_signature { };
hypothesis = super.hypothesis_4;
hypothesis = callPackage ../development/python-modules/hypothesis/2.nix { };
idna = callPackage ../development/python-modules/idna/2.nix { };