Pyro5: Disable more networking tests

This commit is contained in:
Stefan Frijters 2020-06-21 18:56:22 +02:00 committed by Jon
parent f1235e43c2
commit 43107040fe

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
# ignore network related tests, which fail in sandbox
disabledTests = [ "StartNSfunc" "Broadcast" "GetIP" ];
disabledTests = [ "StartNSfunc" "Broadcast" "GetIP" "TestNameServer" "TestBCSetup" ];
meta = with lib; {
description = "Distributed object middleware for Python (RPC)";