Skip to content

Commit 5e5764b

Browse files
committed
fix(test_pytest_plugin): Use public API import for Pytester
1 parent f6b88f4 commit 5e5764b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_pytest_plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
import pytest
66

7-
import _pytest.pytester
8-
97
from libvcs.pytest_plugin import CreateProjectCallbackFixtureProtocol
108

119

@@ -34,7 +32,7 @@ def test_create_svn_remote_repo(
3432

3533

3634
def test_plugin(
37-
pytester: _pytest.pytester.Pytester,
35+
pytester: pytest.Pytester,
3836
monkeypatch: pytest.MonkeyPatch,
3937
) -> None:
4038
# Initialize variables

0 commit comments

Comments
 (0)