python310Packages.tatsu: Fix the build

Disable a test that broke with 61c881c861.
This commit is contained in:
Michael Weiss
2022-01-15 19:55:40 +01:00
parent 60dec7aa31
commit 23e1f0d013
@@ -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" ];