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.

(cherry picked from commit cea45d387a)
This commit is contained in:
Vladimír Čunát
2022-12-11 16:33:57 +01:00
parent e967856636
commit dfef2e6110

View File

@@ -42,6 +42,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# https://github.com/allenporter/ical/issues/136
disabledTests = [ "test_all_zoneinfo" ];
pythonImportsCheck = [
"ical"
];