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, RemovedInPytest4Warning,
PytestExperimentalApiWarning, PytestExperimentalApiWarning,
) )
from _pytest.compat import Path, PurePath
set_trace = __pytestPDB.set_trace set_trace = __pytestPDB.set_trace
@ -68,8 +67,6 @@ __all__ = [
"warns", "warns",
"xfail", "xfail",
"yield_fixture", "yield_fixture",
"Path",
"PurePath",
] ]
if __name__ == "__main__": if __name__ == "__main__":