Skip to content

Commit fa88a05

Browse files
committed
python3Packages.craft-parts: disable x86_64 specific tests on aarch64
1 parent 4508894 commit fa88a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/craft-parts/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ buildPythonPackage rec {
109109
# These tests have hardcoded "amd64" strings which fail on aarch64
110110
"tests/unit/executor/test_environment.py"
111111
"tests/unit/features/overlay/test_executor_environment.py"
112+
# Hard-coded assumptions about arguments relating to 'x86_64'
113+
"tests/unit/plugins/test_dotnet_v2_plugin.py"
112114
];
113115

114116
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)