Skip to content

Commit a81f87c

Browse files
committed
Fix conftest
1 parent 10c547e commit a81f87c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import pytest
44

5+
pytest_plugins = "pytester"
6+
57

68
@pytest.fixture
79
def dependent_fixture(event_loop):

0 commit comments

Comments
 (0)