python3Packages.craft-application: ignore broken tests with later craft-platforms
A later version of craft-platforms slightly changes the wording of some error messages, which breaks a few assertions. This is a temporary fix until craft-application ships supporting craft-platforms 0.6.0 No functional issues appear to be present.
This commit is contained in:
@@ -105,6 +105,10 @@ buildPythonPackage rec {
|
||||
"test_grammar_aware_part_error"
|
||||
"test_grammar_aware_part_error[part2]"
|
||||
"test_grammar_aware_project_error[project0]"
|
||||
# Temp fix - asserts fail against error messages which have changed
|
||||
# slightly in a later revision of craft-platforms. No functional error.
|
||||
"test_platform_invalid_arch"
|
||||
"test_platform_invalid_build_arch"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isAarch64 [
|
||||
# These tests have hardcoded "amd64" strings which fail on aarch64
|
||||
|
||||
Reference in New Issue
Block a user