python312Packages.pyro5: disable failing tests

(cherry picked from commit 5aa3f1650c)
This commit is contained in:
natsukium 2024-11-19 01:18:15 +09:00 committed by github-actions[bot]
parent 8d48200ead
commit baf0f072d1

View File

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