From fa88a0570fc2e54da43f9168fc9b56efe232dd35 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 14 Jun 2025 14:01:06 +0100 Subject: [PATCH] python3Packages.craft-parts: disable x86_64 specific tests on aarch64 --- pkgs/development/python-modules/craft-parts/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/craft-parts/default.nix b/pkgs/development/python-modules/craft-parts/default.nix index 279e41668dbe..9f1447fe3bfc 100644 --- a/pkgs/development/python-modules/craft-parts/default.nix +++ b/pkgs/development/python-modules/craft-parts/default.nix @@ -109,6 +109,8 @@ buildPythonPackage rec { # These tests have hardcoded "amd64" strings which fail on aarch64 "tests/unit/executor/test_environment.py" "tests/unit/features/overlay/test_executor_environment.py" + # Hard-coded assumptions about arguments relating to 'x86_64' + "tests/unit/plugins/test_dotnet_v2_plugin.py" ]; passthru.updateScript = nix-update-script { };