diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 21f84a4d80e..6fcd44dac0b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4800,6 +4800,16 @@ in modules // { }; }; + pytest_30 = self.pytest_27.override rec { + name = "pytest-3.0.3"; + + propagatedBuildInputs = with self; [ hypothesis py ]; + src = pkgs.fetchurl { + url = "mirror://pypi/p/pytest/${name}.tar.gz"; + sha256 = "1rxydacrdb8s312l3bn0ybrqsjp13abzyim1x21s80386l5504zj"; + }; + }; + pytestcache = buildPythonPackage rec { name = "pytest-cache-1.0"; src = pkgs.fetchurl {