From dfef2e61107dc19c211ead99a5a61374ad8317f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 11 Dec 2022 16:33:57 +0100 Subject: [PATCH] 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 cea45d387a03c0448dcc69fd1847bb4a40c14730) --- pkgs/development/python-modules/ical/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/ical/default.nix b/pkgs/development/python-modules/ical/default.nix index c472048d38e5..734dbc1bbc76 100644 --- a/pkgs/development/python-modules/ical/default.nix +++ b/pkgs/development/python-modules/ical/default.nix @@ -42,6 +42,9 @@ buildPythonPackage rec { pytestCheckHook ]; + # https://github.com/allenporter/ical/issues/136 + disabledTests = [ "test_all_zoneinfo" ]; + pythonImportsCheck = [ "ical" ];