Skip to content

Commit

Permalink
Skip the failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 9, 2020
1 parent 598b900 commit 55652a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from mock import Mock

from pip._internal.locations import distutils_scheme
from tests.lib import skip_if_python2

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

@skip_if_python2
@pytest.mark.incompatible_with_venv
def test_distutils_config_file_read(self, tmpdir, monkeypatch):
# This deals with nt/posix path differences
Expand Down

0 comments on commit 55652a9

Please sign in to comment.