summaryrefslogtreecommitdiff
path: root/tests/scanner/test_transformer.py
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-04-27 00:00:00 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-11 09:16:14 +0200
commiteaabc3ba8a827ca1455acc44c1d7c73e2a92bee4 (patch)
tree5ebe3814d68d7841d1ec18862390b251c0e6b233 /tests/scanner/test_transformer.py
parentbd2054a127de9244bc05c4e170a014dd224507e8 (diff)
downloadgobject-introspection-eaabc3ba8a827ca1455acc44c1d7c73e2a92bee4.tar.gz
meson: Run Python unit tests.
Diffstat (limited to 'tests/scanner/test_transformer.py')
-rw-r--r--tests/scanner/test_transformer.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/scanner/test_transformer.py b/tests/scanner/test_transformer.py
index 8c41fc58..13b0b669 100644
--- a/tests/scanner/test_transformer.py
+++ b/tests/scanner/test_transformer.py
@@ -16,12 +16,6 @@ else:
os.environ['GI_SCANNER_DISABLE_CACHE'] = '1'
-path = os.getenv('UNINSTALLED_INTROSPECTION_SRCDIR', None)
-assert path is not None
-sys.path.insert(0, path)
-
-# Not correct, but enough to get the tests going uninstalled
-builtins.__dict__['DATADIR'] = path
from giscanner import ast
from giscanner.sourcescanner import SourceScanner