Skip to content

Commit 0071617

Browse files
fix missed Path import
1 parent 85cc9b8 commit 0071617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from _pytest.pytester import get_public_names
77
from _pytest.fixtures import FixtureLookupError, FixtureRequest
88
from _pytest import fixtures
9-
from _pytest.compat import Path
9+
from _pytest.pathlib import Path
1010

1111

1212
def test_getfuncargnames():

0 commit comments

Comments
 (0)