pythonPackages.portend: fix build

This commit is contained in:
Mario Rodas
2019-07-21 04:22:00 -05:00
parent 5ac577f1a2
commit 1ac3350c57

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
py.test
py.test --deselect=test_portend.py::TestChecker::test_check_port_listening
'';
meta = with stdenv.lib; {