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 { };