We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34490a commit c949855Copy full SHA for c949855
src/_pytest/main.py
@@ -39,8 +39,8 @@
39
from _pytest.pathlib import bestrelpath
40
from _pytest.pathlib import fnmatch_ex
41
from _pytest.pathlib import safe_exists
42
-from _pytest.pathlib import scandir
43
from _pytest.pathlib import samefile_nofollow
+from _pytest.pathlib import scandir
44
from _pytest.reports import CollectReport
45
from _pytest.reports import TestReport
46
from _pytest.runner import collect_one_node
0 commit comments