1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
5 pname = "pytest-cache";
10 sha256 = "1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y";
13 buildInputs = [ pytest ];
14 propagatedBuildInputs = [ execnet ];
20 # Too many failing tests. Are they maintained?
24 license = licenses.mit;
25 homepage = "https://pypi.python.org/pypi/pytest-cache/";
26 description = "pytest plugin with mechanisms for caching across test runs";