python312Packages.pyro5: disable failing tests (#357013)
This commit is contained in:
commit
87e1d4996d
@ -34,6 +34,8 @@ buildPythonPackage rec {
|
|||||||
"GetIP"
|
"GetIP"
|
||||||
"TestNameServer"
|
"TestNameServer"
|
||||||
"TestBCSetup"
|
"TestBCSetup"
|
||||||
|
# time sensitive tests
|
||||||
|
"testTimeoutCall"
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];
|
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "Pyro5" ];
|
pythonImportsCheck = [ "Pyro5" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user