Skip to content

Commit

Permalink
Update tests according to removed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jan 6, 2020
1 parent d9d801f commit 82679a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,7 @@ def test_protect_pip_from_modification_on_windows(script, pip_name):

@pytest.mark.network
@pytest.mark.skipif("sys.platform != 'win32'")
@pytest.mark.xfail(strict=True)
def test_protect_pip_from_modification_via_deps_on_windows(script):
"""
Test ``pip install pkga`` raises an error on Windows
Expand All @@ -1706,6 +1707,7 @@ def test_protect_pip_from_modification_via_deps_on_windows(script):

@pytest.mark.network
@pytest.mark.skipif("sys.platform != 'win32'")
@pytest.mark.xfail(strict=True)
def test_protect_pip_from_modification_via_sub_deps_on_windows(script):
"""
Test ``pip install pkga`` raises an error on Windows
Expand Down

0 comments on commit 82679a2

Please sign in to comment.