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

Merge pull request #8421 from pfmoore/nr_more_tests_work

Mark a few more tests as working under the new resolver
This commit is contained in:
Pradyun Gedam 2020-06-10 19:17:38 +05:30 committed by GitHub
commit bc6a3ef978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.