Loading pkgs/development/python-modules/sshfs/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -54,8 +54,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # test fails with sandbox enabled disabledTests = [ # Test requires network access "test_config_expansions" ] ++ lib.optionals stdenv.isDarwin [ # Test fails with sandbox enabled "test_checksum" ]; Loading Loading
pkgs/development/python-modules/sshfs/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -54,8 +54,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # test fails with sandbox enabled disabledTests = [ # Test requires network access "test_config_expansions" ] ++ lib.optionals stdenv.isDarwin [ # Test fails with sandbox enabled "test_checksum" ]; Loading