Unverified Commit d0f61d59 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

Merge staging-next into staging

parents b352e8e0 2930202f
Loading
Loading
Loading
Loading
+20 −18
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ buildPythonPackage rec {
    rm -r coverage
  '';

  disabledTests = [
  disabledTests =
    [
      "test_all_our_source_files"
      "test_doctest"
      "test_files_up_one_level"
@@ -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"