diff --git a/news/559bb022-21ae-498c-a2ce-2c354d880f5e.trivial b/news/559bb022-21ae-498c-a2ce-2c354d880f5e.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index abf5a8d07..17a72bca8 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -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 diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py index d12e19b21..c879b6903 100644 --- a/tests/functional/test_install_reqs.py +++ b/tests/functional/test_install_reqs.py @@ -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): diff --git a/tests/functional/test_install_user.py b/tests/functional/test_install_user.py index 24169470a..c5d7acced 100644 --- a/tests/functional/test_install_user.py +++ b/tests/functional/test_install_user.py @@ -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 diff --git a/tests/functional/test_uninstall.py b/tests/functional/test_uninstall.py index 1f2fe6912..6e4aec0e5 100644 --- a/tests/functional/test_uninstall.py +++ b/tests/functional/test_uninstall.py @@ -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):