python3Packages.flask-caching: add missing pytestcache dependency
This commit is contained in:
parent
aaee618c2b
commit
1283912c41
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, flask, pytest, pytestcov, pytest-xprocess }:
|
{ lib, buildPythonPackage, fetchPypi, flask, pytest, pytestcov, pytest-xprocess, pytestcache }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Flask-Caching";
|
pname = "Flask-Caching";
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ flask ];
|
propagatedBuildInputs = [ flask ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytestcov pytest-xprocess ];
|
checkInputs = [ pytest pytestcov pytest-xprocess pytestcache ];
|
||||||
|
|
||||||
# backend_cache relies on pytest-cache, which is a stale package from 2013
|
# backend_cache relies on pytest-cache, which is a stale package from 2013
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user