-
Notifications
You must be signed in to change notification settings - Fork 818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failures in tests/text_area/test_languages.py
#5449
Comments
I'm not familiar with NixOS packages, but are the optional From your pytest output above, it looks like you might have disabled a number of tests which maybe included other tests relating to syntax highlighting for this reason...? |
You're right, the tests were failing because the dependencies weren't installed. For textual, we are using py-tree-sitter-languages to provide the grammars, but that project is no longer maintained and its method of loading languages has been deprecated in recent versions of py-tree-sitter. That's why it was marked as broken and wasn't being included in the As for the skipped tests, we've disabled That said, looks like we'll need to fix |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
No problem, glad this helped. Textual dropped its dependency on py-tree-sitter-languages for this reason back in v0.89.0 and instead uses separate languages packages if it helps (see #5320). |
I'm trying to compile textual
1.0.0
for nixpkgs, but these two tests are failing:Here is the full log:
The text was updated successfully, but these errors were encountered: