Unverified Commit 72c10d13 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.craft-parts: fix builds on aarch64 (#441792)

parents 6444f169 d8a422c2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -92,6 +92,11 @@ buildPythonPackage rec {
    "test_get_build_packages"
    # Relies upon certain paths being present that don't make sense on Nix.
    "test_java_plugin_jre_not_17"
  ]
  ++ lib.optionals stdenv.hostPlatform.isAarch64 [
    # This test is flaky on arm64, I think due to a mock library misbehaving
    # on arm64.
    "test_get_build_commands_is_reentrant"
  ];

  disabledTestPaths = [