revert: remove importorskip now that uv.lock includes tree-sitter-hcl

CI installs --all-extras so all 8 Terraform tests run fully.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Safi
2026-06-05 21:46:25 +01:00
parent 78e70ea194
commit b368c0eb25
-4
View File
@@ -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