From 40ce4c4a95fb224c3a30825c60ee089d1fb67e0d Mon Sep 17 00:00:00 2001 From: Shyam D Date: Fri, 16 Oct 2020 10:21:14 -0700 Subject: [PATCH] fix test_dir scope --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 7604433909..8a0372f56b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -2,6 +2,6 @@ import pytest -@pytest.fixture +@pytest.fixture(scope="session") def test_dir(): return Path(__file__).parent.joinpath("test_files").resolve() \ No newline at end of file