We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b88f4 commit 5e5764bCopy full SHA for 5e5764b
1 file changed
tests/test_pytest_plugin.py
@@ -4,8 +4,6 @@
4
5
import pytest
6
7
-import _pytest.pytester
8
-
9
from libvcs.pytest_plugin import CreateProjectCallbackFixtureProtocol
10
11
@@ -34,7 +32,7 @@ def test_create_svn_remote_repo(
34
32
35
33
36
def test_plugin(
37
- pytester: _pytest.pytester.Pytester,
+ pytester: pytest.Pytester,
38
monkeypatch: pytest.MonkeyPatch,
39
) -> None:
40
# Initialize variables
0 commit comments