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

Merge pull request #8790 from McSinyx/fix-svn-tests

This commit is contained in:
Pradyun Gedam 2020-08-24 11:41:33 +05:30 committed by GitHub
commit 1c303127a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -758,6 +758,7 @@ def test_install_using_install_option_and_editable(script, tmpdir):
result.did_create(script_file)
@pytest.mark.xfail
@pytest.mark.network
@need_mercurial
@windows_workaround_7667

View file

@ -159,6 +159,7 @@ def test_relative_requirements_file(
result.did_create(egg_link_file)
@pytest.mark.xfail
@pytest.mark.network
@need_svn
def test_multiple_requirements_files(script, tmpdir, with_wheel):

View file

@ -45,6 +45,7 @@ class Tests_UserSite:
project_name = result.stdout.strip()
assert 'INITools' == project_name, project_name
@pytest.mark.xfail
@pytest.mark.network
@need_svn
@pytest.mark.incompatible_with_test_venv

View file

@ -307,6 +307,7 @@ def test_uninstall_easy_installed_console_scripts(script):
)
@pytest.mark.xfail
@pytest.mark.network
@need_svn
def test_uninstall_editable_from_svn(script, tmpdir):
@ -372,6 +373,7 @@ def _test_uninstall_editable_with_source_outside_venv(
)
@pytest.mark.xfail
@pytest.mark.network
@need_svn
def test_uninstall_from_reqs_file(script, tmpdir):