Pyro5: Disable more networking tests
This commit is contained in:
parent
f1235e43c2
commit
43107040fe
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
# ignore network related tests, which fail in sandbox
|
# ignore network related tests, which fail in sandbox
|
||||||
disabledTests = [ "StartNSfunc" "Broadcast" "GetIP" ];
|
disabledTests = [ "StartNSfunc" "Broadcast" "GetIP" "TestNameServer" "TestBCSetup" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Distributed object middleware for Python (RPC)";
|
description = "Distributed object middleware for Python (RPC)";
|
||||||
|
Loading…
Reference in New Issue
Block a user