Skip to content

Commit

Permalink
Skip test for readonly cache on Windows
Browse files Browse the repository at this point in the history
Skip test until a way to create a readonly cache
on windows is found.
  • Loading branch information
sbidoul committed Dec 15, 2019
1 parent e10bf0f commit 9c5ecc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def test_pip_wheel_builds_when_no_binary_set(script, data):
assert "Building wheel for simple" in str(res), str(res)


@pytest.mark.skipif("sys.platform == 'win32'")
def test_pip_wheel_readonly_cache(script, data, tmpdir):
cache_dir = tmpdir / "cache"
cache_dir.mkdir()
Expand Down

0 comments on commit 9c5ecc2

Please sign in to comment.