pytest_30: Add override from pytest_27

authored by Matthias Beyer and committed by Jörg Thalheim e336acb0 9c0b5e4b

+10
+10
pkgs/top-level/python-packages.nix
··· 4800 }; 4801 }; 4802 4803 pytestcache = buildPythonPackage rec { 4804 name = "pytest-cache-1.0"; 4805 src = pkgs.fetchurl {
··· 4800 }; 4801 }; 4802 4803 + pytest_30 = self.pytest_27.override rec { 4804 + name = "pytest-3.0.3"; 4805 + 4806 + propagatedBuildInputs = with self; [ hypothesis py ]; 4807 + src = pkgs.fetchurl { 4808 + url = "mirror://pypi/p/pytest/${name}.tar.gz"; 4809 + sha256 = "1rxydacrdb8s312l3bn0ybrqsjp13abzyim1x21s80386l5504zj"; 4810 + }; 4811 + }; 4812 + 4813 pytestcache = buildPythonPackage rec { 4814 name = "pytest-cache-1.0"; 4815 src = pkgs.fetchurl {