From c61df78b0788d6a45e2126403cc4cbf1c3425214 Mon Sep 17 00:00:00 2001 From: Harinn Date: Mon, 11 May 2026 21:16:12 +0700 Subject: [PATCH] python3Packages.ics: disable test_gehol --- pkgs/development/python-modules/ics/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/ics/default.nix b/pkgs/development/python-modules/ics/default.nix index beb0b7b40b35..4822b92fb575 100644 --- a/pkgs/development/python-modules/ics/default.nix +++ b/pkgs/development/python-modules/ics/default.nix @@ -47,6 +47,8 @@ buildPythonPackage rec { "test_many_lines" # AssertionError: 'Europe/Berlin' not found in "tzfile('Atlantic/Jan_Mayen')" "test_timezone_not_dropped" + # tatsu PEG parser hits recursion limit on the bundled gehol/BA1.ics fixture + "test_gehol" ]; pythonImportsCheck = [ "ics" ];