We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508894 commit fa88a05Copy full SHA for fa88a05
pkgs/development/python-modules/craft-parts/default.nix
@@ -109,6 +109,8 @@ buildPythonPackage rec {
109
# These tests have hardcoded "amd64" strings which fail on aarch64
110
"tests/unit/executor/test_environment.py"
111
"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"
114
];
115
116
passthru.updateScript = nix-update-script { };
0 commit comments