From 05fdade30155608975003902b670d4f54b180571 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 6 Jan 2025 09:59:59 +0000 Subject: [PATCH] python3Packages.craft-application: temporarily disable broken tests in Python 3.13 --- pkgs/development/python-modules/craft-application/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/craft-application/default.nix b/pkgs/development/python-modules/craft-application/default.nix index 7716ce3b978d..e74061ddd7bc 100644 --- a/pkgs/development/python-modules/craft-application/default.nix +++ b/pkgs/development/python-modules/craft-application/default.nix @@ -103,6 +103,10 @@ buildPythonPackage rec { "test_to_yaml_file" # Tests expecting pytest-time "test_monitor_builds_success" + # Temporary fix until new release to support Python 3.13 + "test_grammar_aware_part_error" + "test_grammar_aware_part_error[part2]" + "test_grammar_aware_project_error[project0]" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # These tests have hardcoded "amd64" strings which fail on aarch64