python3Packages.icalendar: disable failing tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:06 +02:00
parent a99a968638
commit 9ddf5d6820
@@ -48,6 +48,8 @@ buildPythonPackage rec {
# AssertionError: assert {'Atlantic/Jan_Mayen'} == {'Arctic/Longyearbyen'}
"test_dateutil_timezone_is_matched_with_tzname"
"test_docstring_of_python_file"
# AssertionError: assert $TZ not in set()
"test_add_missing_timezones_to_example"
];
enabledTestPaths = [ "src/icalendar" ];