python31{1,2}Packages.textual: fix evaluation
Don't depend on tree-sitter-languages for testing, as it is marked as broken. Fixes also: https://github.com/NixOS/nixpkgs/issues/331260
This commit is contained in:
parent
5b87403b6e
commit
1e61017de2
@ -51,7 +51,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
syrupy
|
||||
time-machine
|
||||
] ++ lib.flatten (builtins.attrValues optional-dependencies);
|
||||
tree-sitter
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Snapshot tests require syrupy<4
|
||||
|
Loading…
Reference in New Issue
Block a user