1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Mark a few more tests as working under the new resolver

This commit is contained in:
Paul Moore 2020-06-10 13:08:37 +01:00
parent 57b39a85bc
commit e97b365529
3 changed files with 0 additions and 3 deletions

View file

@ -1760,7 +1760,6 @@ def test_install_pip_does_not_modify_pip_when_satisfied(
assert expected_message in result.stdout, str(result)
@pytest.mark.fails_on_new_resolver
def test_ignore_yanked_file(script, data):
"""
Test ignore a "yanked" file.

View file

@ -493,7 +493,6 @@ def test_install_git_branch_not_cached(script, with_wheel):
), result.stdout
@pytest.mark.fails_on_new_resolver
def test_install_git_sha_cached(script, with_wheel):
"""
Installing git urls with a sha revision does cause wheel caching.

View file

@ -62,7 +62,6 @@ def test_pip_wheel_success(script, data):
assert "Successfully built simple" in result.stdout, result.stdout
@pytest.mark.fails_on_new_resolver
def test_pip_wheel_build_cache(script, data):
"""
Test 'pip wheel' builds and caches.