python3Packages.ical: drop a test failing since tzdata-2022g

It can't be tested on this particular commit,
because other issues are there as well at this moment.
This commit is contained in:
Vladimír Čunát
2022-12-11 16:33:57 +01:00
parent 4f2657bd1e
commit cea45d387a
@@ -44,6 +44,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# https://github.com/allenporter/ical/issues/136
disabledTests = [ "test_all_zoneinfo" ];
pythonImportsCheck = [
"ical"
];