Skip to content

Commit 24dff9f

Browse files
committed
specify just pytester as the plugin
1 parent 87845bd commit 24dff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest_twisted
33

44

5-
pytest_plugins = "_pytest.pytester"
5+
pytest_plugins = "pytester"
66

77

88
@pytest.hookimpl(tryfirst=True)

0 commit comments

Comments
 (0)