summaryrefslogtreecommitdiff
path: root/src/_pytest/terminal.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-10-03 08:08:14 -0700
committerAnthony Sottile <asottile@umich.edu>2020-10-03 12:16:52 -0700
commitfb1d550aac0bb092d0156b9ba46fe4082c907a10 (patch)
tree901d4dd874ef20d441bd5e3e3ab7377a989553cc /src/_pytest/terminal.py
parent022ac9b9e898ec32bd8f363003c745c1ebe8ff81 (diff)
downloadpytest-fb1d550aac0bb092d0156b9ba46fe4082c907a10.tar.gz
py36+: remove rexport of Path and PurePath
Diffstat (limited to 'src/_pytest/terminal.py')
-rw-r--r--src/_pytest/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py
index 881967a00..5b7a09c64 100644
--- a/src/_pytest/terminal.py
+++ b/src/_pytest/terminal.py
@@ -9,6 +9,7 @@ import platform
import sys
import warnings
from functools import partial
+from pathlib import Path
from typing import Any
from typing import Callable
from typing import Dict
@@ -43,7 +44,6 @@ from _pytest.nodes import Item
from _pytest.nodes import Node
from _pytest.pathlib import absolutepath
from _pytest.pathlib import bestrelpath
-from _pytest.pathlib import Path
from _pytest.reports import BaseReport
from _pytest.reports import CollectReport
from _pytest.reports import TestReport