From f11281bdcf86b5ba5b53b9ebcd033f1dbf8a8942 Mon Sep 17 00:00:00 2001 From: Marti Serra Date: Thu, 28 Jun 2018 11:14:33 +0200 Subject: [PATCH] pythonPackages.cherrypy: fixed tests --- pkgs/development/python-modules/cherrypy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix index 368111b3651..47aca123998 100644 --- a/pkgs/development/python-modules/cherrypy/default.nix +++ b/pkgs/development/python-modules/cherrypy/default.nix @@ -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