diff --git a/pkgs/development/python-modules/fastjsonschema/default.nix b/pkgs/development/python-modules/fastjsonschema/default.nix index 06bd32160127..fbf17c993198 100644 --- a/pkgs/development/python-modules/fastjsonschema/default.nix +++ b/pkgs/development/python-modules/fastjsonschema/default.nix @@ -27,7 +27,8 @@ buildPythonPackage rec { disabledTests = [ "benchmark" # these tests require network access - "remote ref" + "remote" + "ref" "definitions" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [