python312Packages.pyro5: disable failing tests (#357013)

This commit is contained in:
OTABI Tomoya 2024-11-19 16:50:40 +09:00 committed by GitHub
commit 87e1d4996d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@ buildPythonPackage rec {
"GetIP"
"TestNameServer"
"TestBCSetup"
# time sensitive tests
"testTimeoutCall"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];
pythonImportsCheck = [ "Pyro5" ];