Skip to content

Commit

Permalink
python312Packages.tree-sitter: disable tests on aarch64
Browse files Browse the repository at this point in the history
???
  • Loading branch information
K900 committed Feb 5, 2025
1 parent b3a4ba8 commit 3f33d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/tree-sitter/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
Expand Down Expand Up @@ -50,6 +51,9 @@ buildPythonPackage rec {
"test_dot_graphs"
];

# Segfaults explosively for some reason, but dependents seem to work?
doCheck = !stdenv.hostPlatform.isAarch64;

meta = with lib; {
description = "Python bindings to the Tree-sitter parsing library";
homepage = "https://github.com/tree-sitter/py-tree-sitter";
Expand Down

0 comments on commit 3f33d0e

Please sign in to comment.