python312Packages.pyro5: disable failing tests (#357013)

This commit is contained in:
OTABI Tomoya
2024-11-19 16:50:40 +09:00
committed by GitHub
@@ -34,6 +34,8 @@ buildPythonPackage rec {
"GetIP"
"TestNameServer"
"TestBCSetup"
# time sensitive tests
"testTimeoutCall"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];
pythonImportsCheck = [ "Pyro5" ];