pytest_30: Add override from pytest_27

This commit is contained in:
Matthias Beyer 2016-10-20 11:47:20 +02:00 committed by Jörg Thalheim
parent 9c0b5e4b22
commit e336acb096
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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 {