Unverified Commit 9c5e5609 authored by Logan Adams's avatar Logan Adams Committed by GitHub
Browse files

Update pytest `import_path` location (#29154)

* Update to pull function from proper lib

* Fix ruff formatting error

* Remove accidently added file
parent 8f3f8e67
......@@ -137,9 +137,9 @@ if is_pytest_available():
_is_mocked,
_patch_unwrap_mock_aware,
get_optionflags,
import_path,
)
from _pytest.outcomes import skip
from _pytest.pathlib import import_path
from pytest import DoctestItem
else:
Module = object
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment