Skip to content

Commit 7e3c17e

Browse files
authored
Removing pytest hack in test init
Hack wasn't necessary but forgot to remove it.
1 parent 083b1fa commit 7e3c17e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
import pytest
2-
import sys
31

4-
@pytest.fixture(scope='session', autouse=True)
5-
def reverse_path():
6-
sys.path.reverse()
7-
print(sys.path)

0 commit comments

Comments
 (0)