fix missed Path import
This commit is contained in:
parent
85cc9b8f12
commit
00716177b4
|
@ -6,7 +6,7 @@ import pytest
|
|||
from _pytest.pytester import get_public_names
|
||||
from _pytest.fixtures import FixtureLookupError, FixtureRequest
|
||||
from _pytest import fixtures
|
||||
from _pytest.compat import Path
|
||||
from _pytest.pathlib import Path
|
||||
|
||||
|
||||
def test_getfuncargnames():
|
||||
|
|
Loading…
Reference in New Issue