aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_graph.py')
-rw-r--r--tests/test_graph.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_graph.py b/tests/test_graph.py
index 9c0e792..146092d 100644
--- a/tests/test_graph.py
+++ b/tests/test_graph.py
@@ -11,6 +11,10 @@ monsters) actually live.
"""
from __future__ import annotations
+#: the layout engine is pure: no IDA, no Textual.
+#: Read by tests/run.py (--fast skips every NEEDS_IDA file).
+NEEDS_IDA = False
+
import json
import os
import sys