Skip to content

Commit 55652a9

Browse files
committed
Skip the failing test.
See pypa#7788
1 parent 598b900 commit 55652a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_locations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from mock import Mock
1313

1414
from pip._internal.locations import distutils_scheme
15+
from tests.lib import skip_if_python2
1516

1617
if sys.platform == 'win32':
1718
pwd = Mock()
@@ -91,6 +92,7 @@ def test_root_modifies_appropriately(self, monkeypatch):
9192
expected = os.path.join(root, path[1:])
9293
assert os.path.abspath(root_scheme[key]) == expected
9394

95+
@skip_if_python2
9496
@pytest.mark.incompatible_with_venv
9597
def test_distutils_config_file_read(self, tmpdir, monkeypatch):
9698
# This deals with nt/posix path differences

0 commit comments

Comments
 (0)