Skip to content

Commit

Permalink
python.pkgs.cherrypy: clean up checkInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Apr 20, 2018
1 parent 610ca3b commit a141b15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/cherrypy/default.nix
@@ -1,11 +1,10 @@
{ lib, buildPythonPackage, fetchPypi
, cheroot, portend, routes, six
, setuptools_scm
, backports_unittest-mock, codecov, coverage, objgraph, pathpy, pytest, pytest-sugar, pytestcov
, backports_unittest-mock, objgraph, pathpy, pytest, pytestcov
}:

buildPythonPackage rec {
name = "${pname}-${version}";
pname = "CherryPy";
version = "14.0.1";

Expand All @@ -18,7 +17,7 @@ buildPythonPackage rec {

buildInputs = [ setuptools_scm ];

checkInputs = [ backports_unittest-mock codecov coverage objgraph pathpy pytest pytest-sugar pytestcov ];
checkInputs = [ backports_unittest-mock objgraph pathpy pytest pytestcov ];

checkPhase = ''
LANG=en_US.UTF-8 pytest
Expand Down

0 comments on commit a141b15

Please sign in to comment.