python312Packages.pyro5: disable failing tests

This commit is contained in:
natsukium 2024-11-19 01:18:15 +09:00
parent 40641d0a84
commit 5aa3f1650c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

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