pythonPackages.cherrypy: fixed tests
This commit is contained in:
parent
e82e01bb61
commit
f11281bdcf
@ -2,6 +2,7 @@
|
|||||||
, cheroot, portend, routes, six
|
, cheroot, portend, routes, six
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, backports_unittest-mock, objgraph, pathpy, pytest, pytestcov
|
, backports_unittest-mock, objgraph, pathpy, pytest, pytestcov
|
||||||
|
, backports_functools_lru_cache, requests_toolbelt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ setuptools_scm ];
|
buildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
checkInputs = [ backports_unittest-mock objgraph pathpy pytest pytestcov ];
|
checkInputs = [ backports_unittest-mock objgraph pathpy pytest pytestcov backports_functools_lru_cache requests_toolbelt ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
LANG=en_US.UTF-8 pytest
|
LANG=en_US.UTF-8 pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user