mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Change how we skip a failing test
This commit is contained in:
parent
d012c7d4af
commit
6028e6a0fb
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ def assert_re_match(pattern, text):
|
|||
|
||||
|
||||
@pytest.mark.network
|
||||
@pytest.mark.fails_on_new_resolver
|
||||
@pytest.mark.skip("Fails on new resolver")
|
||||
def test_hashed_install_failure_later_flag(script, tmpdir):
|
||||
with requirements_file(
|
||||
"blessings==1.0\n"
|
||||
|
|
Loading…
Reference in a new issue