rockcraft: ignore broken test

We're using a later version of craft-application
than expected, so a static assertion in the test
suite is no longer valid, but doesn't affect
actual operation.

Can be removed in a later version of rockcraft.
This commit is contained in:
Jon Seager
2025-07-22 16:55:18 +02:00
parent 8efcdcd25d
commit 51df42e9c4
+5
View File
@@ -60,6 +60,11 @@ python3Packages.buildPythonApplication rec {
"test_run_init_django"
# Mock is broken for Unix FHS reasons.
"test_run_pack_services"
# Later version of craft-application is being used, which adds an
# additional kind of file to be ignored, and invalidates a somewhat
# static assertion. Can be removed in a later version once rockcraft
# catches up with craft-application version.
"test_lifecycle_args"
];
versionCheckProgramArg = "--version";