summaryrefslogtreecommitdiff
path: root/testing/test_config.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 /testing/test_config.py
parent022ac9b9e898ec32bd8f363003c745c1ebe8ff81 (diff)
downloadpytest-fb1d550aac0bb092d0156b9ba46fe4082c907a10.tar.gz
py36+: remove rexport of Path and PurePath
Diffstat (limited to 'testing/test_config.py')
-rw-r--r--testing/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_config.py b/testing/test_config.py
index 02696fff2..7a0c135ef 100644
--- a/testing/test_config.py
+++ b/testing/test_config.py
@@ -2,6 +2,7 @@ import os
import re
import sys
import textwrap
+from pathlib import Path
from typing import Dict
from typing import List
from typing import Sequence
@@ -26,7 +27,6 @@ from _pytest.config.findpaths import determine_setup
from _pytest.config.findpaths import get_common_ancestor
from _pytest.config.findpaths import locate_config
from _pytest.monkeypatch import MonkeyPatch
-from _pytest.pathlib import Path
from _pytest.pytester import Testdir