Unverified Commit 5aa3f165 authored by natsukium's avatar natsukium
Browse files

python312Packages.pyro5: disable failing tests

parent 40641d0a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ buildPythonPackage rec {
    "GetIP"
    "TestNameServer"
    "TestBCSetup"
    # time sensitive tests
    "testTimeoutCall"
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ];

  pythonImportsCheck = [ "Pyro5" ];