summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorHavard Graff <havard.graff@gmail.com>2018-04-30 13:32:01 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-30 17:15:59 +0200
commitc2bc39a3264d1e2010cd9b035b2e71483406e9fa (patch)
treeaa101e88c3ab0c15349666f59667e770b8c22f67 /tests/conftest.py
parent1e4b9859e7a511bd0fd41194ce65a07fd3c0a5fd (diff)
downloadpygobject-c2bc39a3264d1e2010cd9b035b2e71483406e9fa.tar.gz
conftest: add absolute_import and update meson
See !66
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 50b3f75f..c08a5634 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
+from __future__ import absolute_import
+
import sys
import pytest