Skip to content

Commit

Permalink
tests: do not mark test_unsupported_hashes as xfailed (#4777)
Browse files Browse the repository at this point in the history
The test got fixed by f1d0939.
  • Loading branch information
benoit-pierre authored and pfmoore committed Oct 15, 2017
1 parent ff5b201 commit 66c5351
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/test_req.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ def test_missing_hash_with_require_hashes_in_reqs_file(self, data, tmpdir):
wheel_cache=None)
assert req_set.require_hashes

# This test doesn't appear to handle URL-encoded Windows paths
# correctly. Needs reviewing by someone who understands the logic.
@pytest.mark.xfail("sys.platform == 'win32'",
reason="Code doesn't handle url-encoded Windows paths")
def test_unsupported_hashes(self, data):
"""VCS and dir links should raise errors when --require-hashes is
on.
Expand Down

0 comments on commit 66c5351

Please sign in to comment.