diff --git a/tests/test_terraform.py b/tests/test_terraform.py index 02e0f866..2049078b 100644 --- a/tests/test_terraform.py +++ b/tests/test_terraform.py @@ -1,10 +1,6 @@ """Tests for the Terraform/HCL extractor (graphify/extract.py, issue #187).""" from __future__ import annotations -import pytest - -pytest.importorskip("tree_sitter_hcl", reason="tree-sitter-hcl not installed; install with: uv tool install graphifyy[terraform]") - from pathlib import Path from graphify.build import build_from_json