unify paths.py and pathlib.py

This commit is contained in:
Ronny Pfannschmidt
2018-10-01 13:44:52 +02:00
parent 00716177b4
commit 2831cb9ab5
5 changed files with 53 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ import py
from _pytest.assertion import util
from _pytest.pathlib import PurePath
from _pytest.compat import spec_from_file_location
from _pytest.paths import fnmatch_ex
from _pytest.pathlib import fnmatch_ex
# pytest caches rewritten pycs in __pycache__.
if hasattr(imp, "get_tag"):