about summary refs log tree commit diff
path: root/pkgs/development/python-modules/portend/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/portend/default.nix')
-rw-r--r--pkgs/development/python-modules/portend/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/portend/default.nix b/pkgs/development/python-modules/portend/default.nix
index a8dc0e9907afd..5da7a7941c0f7 100644
--- a/pkgs/development/python-modules/portend/default.nix
+++ b/pkgs/development/python-modules/portend/default.nix
@@ -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; {