Loading pkgs/development/python-modules/coverage/default.nix +20 −18 Original line number Diff line number Diff line Loading @@ -52,7 +52,8 @@ buildPythonPackage rec { rm -r coverage ''; disabledTests = [ disabledTests = [ "test_all_our_source_files" "test_doctest" "test_files_up_one_level" Loading @@ -63,7 +64,8 @@ buildPythonPackage rec { "test_no_duplicate_packages" "test_xdist_sys_path_nuttiness_is_fixed" "test_zipfile" ] ++ lib.optionals (isPy312 && stdenv.hostPlatform.system == "x86_64-darwin") [ ] ++ lib.optionals (isPy312 && stdenv.hostPlatform.system == "x86_64-darwin") [ # substring that may not be in string is part of the pytest output hash, which appears in the string "test_nothing_specified" "test_omit" Loading Loading
pkgs/development/python-modules/coverage/default.nix +20 −18 Original line number Diff line number Diff line Loading @@ -52,7 +52,8 @@ buildPythonPackage rec { rm -r coverage ''; disabledTests = [ disabledTests = [ "test_all_our_source_files" "test_doctest" "test_files_up_one_level" Loading @@ -63,7 +64,8 @@ buildPythonPackage rec { "test_no_duplicate_packages" "test_xdist_sys_path_nuttiness_is_fixed" "test_zipfile" ] ++ lib.optionals (isPy312 && stdenv.hostPlatform.system == "x86_64-darwin") [ ] ++ lib.optionals (isPy312 && stdenv.hostPlatform.system == "x86_64-darwin") [ # substring that may not be in string is part of the pytest output hash, which appears in the string "test_nothing_specified" "test_omit" Loading