Loading pkgs/development/python-modules/pyro5/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ buildPythonPackage rec { "GetIP" "TestNameServer" "TestBCSetup" # time sensitive tests "testTimeoutCall" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ]; pythonImportsCheck = [ "Pyro5" ]; Loading Loading
pkgs/development/python-modules/pyro5/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ buildPythonPackage rec { "GetIP" "TestNameServer" "TestBCSetup" # time sensitive tests "testTimeoutCall" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ]; pythonImportsCheck = [ "Pyro5" ]; Loading