mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.pyro5: disable failing tests
This commit is contained in:
parent
40641d0a84
commit
5aa3f1650c
@ -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