remove path from exposure

This commit is contained in:
Ronny Pfannschmidt 2018-09-26 11:36:03 +02:00
parent 8b4a29357e
commit b3a5b0ebe1
1 changed files with 0 additions and 3 deletions

View File

@ -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__":