pythonPackages.portend: fix build

This commit is contained in:
Mario Rodas 2019-07-21 04:22:00 -05:00
parent 5ac577f1a2
commit 1ac3350c57
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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; {