From 23e1f0d0131bc82208db0784b4c85e0b750af74c Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 15 Jan 2022 19:54:50 +0100 Subject: [PATCH] python310Packages.tatsu: Fix the build Disable a test that broke with 61c881c861d. --- pkgs/development/python-modules/ics/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/ics/default.nix b/pkgs/development/python-modules/ics/default.nix index ed87f3678b15..34a36642976d 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" ];