python.pkgs.cherrypy: clean up checkInputs
This commit is contained in:
parent
610ca3b95a
commit
a141b15e97
@ -1,11 +1,10 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, cheroot, portend, routes, six
|
, cheroot, portend, routes, six
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, backports_unittest-mock, codecov, coverage, objgraph, pathpy, pytest, pytest-sugar, pytestcov
|
, backports_unittest-mock, objgraph, pathpy, pytest, pytestcov
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "CherryPy";
|
pname = "CherryPy";
|
||||||
version = "14.0.1";
|
version = "14.0.1";
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ setuptools_scm ];
|
buildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
checkInputs = [ backports_unittest-mock codecov coverage objgraph pathpy pytest pytest-sugar pytestcov ];
|
checkInputs = [ backports_unittest-mock objgraph pathpy pytest pytestcov ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
LANG=en_US.UTF-8 pytest
|
LANG=en_US.UTF-8 pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user