Unverified Commit 24e2a452 authored by jade's avatar jade Committed by GitHub
Browse files

hatch: fix build on darwin (#391968)

parents 98cd1219 184fa3e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -140,6 +140,10 @@ python3Packages.buildPythonApplication rec {
      # '...2-macosx_14_0_arm64.whl'
      "test_macos_archflags"
      "test_macos_max_compat"

      # https://github.com/pypa/hatch/issues/1942
      "test_features"
      "test_sync_dynamic_dependencies"
    ]
    ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "test_resolve" ];