Merge pull request #155143 from primeos/python-ics
python310Packages.tatsu: Fix the build
This commit is contained in:
commit
2f654faa61
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue