remove path from exposure
This commit is contained in:
parent
8b4a29357e
commit
b3a5b0ebe1
|
@ -26,7 +26,6 @@ from _pytest.warning_types import (
|
|||
RemovedInPytest4Warning,
|
||||
PytestExperimentalApiWarning,
|
||||
)
|
||||
from _pytest.compat import Path, PurePath
|
||||
|
||||
set_trace = __pytestPDB.set_trace
|
||||
|
||||
|
@ -68,8 +67,6 @@ __all__ = [
|
|||
"warns",
|
||||
"xfail",
|
||||
"yield_fixture",
|
||||
"Path",
|
||||
"PurePath",
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue