python3Packages.portend: fix test dependencies
This commit is contained in:
parent
4e649e883a
commit
310555b281
@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, pytest, setuptools_scm, tempora, pytest-black }:
|
||||
, pytest, setuptools_scm, tempora, pytest-black, pytestcov }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "portend";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ tempora ];
|
||||
|
||||
checkInputs = [ pytest pytest-black ];
|
||||
checkInputs = [ pytest pytest-black pytestcov ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test --deselect=test_portend.py::TestChecker::test_check_port_listening
|
||||
|
Loading…
Reference in New Issue
Block a user