Mark tests using remote svn and hg as xfail

The source repositories for testing is no longer available.
This commit is contained in:
Nguyễn Gia Phong 2020-08-20 17:10:59 +07:00
parent e1d489fce6
commit c84ef7a67c
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):