pythonPackages.cherrypy: fixed tests

This commit is contained in:
Marti Serra 2018-06-28 11:14:33 +02:00
parent e82e01bb61
commit f11281bdcf

View File

@ -2,6 +2,7 @@
, cheroot, portend, routes, six
, setuptools_scm
, backports_unittest-mock, objgraph, pathpy, pytest, pytestcov
, backports_functools_lru_cache, requests_toolbelt
}:
buildPythonPackage rec {
@ -17,7 +18,7 @@ buildPythonPackage rec {
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 = ''
LANG=en_US.UTF-8 pytest