about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ics/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/ics/default.nix')
-rw-r--r--pkgs/development/python-modules/ics/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ics/default.nix b/pkgs/development/python-modules/ics/default.nix
index ed87f3678b15a..34a36642976d6 100644
--- a/pkgs/development/python-modules/ics/default.nix
+++ b/pkgs/development/python-modules/ics/default.nix
@@ -40,6 +40,8 @@ buildPythonPackage rec {
   disabledTests = [
     # Failure seems to be related to arrow > 1.0
     "test_event"
+    # Broke with TatSu 5.7:
+    "test_many_lines"
   ];
 
   pythonImportsCheck = [ "ics" ];