Skip to content

Commit

Permalink
remove path from exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Sep 26, 2018
1 parent a1b94fb commit 754e61b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
RemovedInPytest4Warning,
PytestExperimentalApiWarning,
)
from _pytest.compat import Path, PurePath

set_trace = __pytestPDB.set_trace

Expand Down Expand Up @@ -68,8 +67,6 @@
"warns",
"xfail",
"yield_fixture",
"Path",
"PurePath",
]

if __name__ == "__main__":
Expand Down

0 comments on commit 754e61b

Please sign in to comment.