python.pkgs.cheroot: clean up checkInputs
This commit is contained in:
parent
2446ff2aac
commit
610ca3b95a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage
|
{ stdenv, fetchPypi, buildPythonPackage
|
||||||
, more-itertools, six
|
, more-itertools, six
|
||||||
, coverage, codecov, pytest, pytestcov, pytest-sugar, portend
|
, pytest, pytestcov, portend
|
||||||
, backports_unittest-mock, setuptools_scm }:
|
, backports_unittest-mock, setuptools_scm }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ setuptools_scm ];
|
buildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
checkInputs = [ coverage codecov pytest pytestcov pytest-sugar portend backports_unittest-mock ];
|
checkInputs = [ pytest pytestcov portend backports_unittest-mock ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test cheroot
|
py.test cheroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user