python3Packages.ics: disable test_gehol (#519046)

This commit is contained in:
Nick Cao
2026-05-13 19:29:32 +00:00
committed by GitHub
@@ -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" ];