Merge pull request #155143 from primeos/python-ics

python310Packages.tatsu: Fix the build
This commit is contained in:
Michael Weiss 2022-01-16 10:52:06 +01:00 committed by GitHub
commit 2f654faa61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];