aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/conftest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/conftest.py b/test/conftest.py
index 5f70bd5..33e94c5 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -74,12 +74,12 @@ class Paths:
setattr(self, binary.codename, path)
-@fixture
+@fixture(scope='session')
def paths(pytestconfig):
return Paths(pytestconfig)
-@fixture
+@fixture(scope='session')
def version(pytestconfig):
return pytestconfig.getoption(CMD_LINE_VERSION.codename)