summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <3275593+pradyunsg@users.noreply.github.com>2020-08-24 11:41:33 +0530
committerGitHub <noreply@github.com>2020-08-24 11:41:33 +0530
commit1c303127a19dbe4f3a13146bf8055d11788831da (patch)
tree5e547c238c1c43f24b4e10d7562eed00accaed39
parente1d489fce65fc7d908b5807b2e58c0c073237fec (diff)
parentc84ef7a67c2bb3b38a4e0616a433b143e0ddc87c (diff)
downloadpip-1c303127a19dbe4f3a13146bf8055d11788831da.tar.gz
Merge pull request #8790 from McSinyx/fix-svn-tests
-rw-r--r--news/559bb022-21ae-498c-a2ce-2c354d880f5e.trivial0
-rw-r--r--tests/functional/test_install.py1
-rw-r--r--tests/functional/test_install_reqs.py1
-rw-r--r--tests/functional/test_install_user.py1
-rw-r--r--tests/functional/test_uninstall.py2
5 files changed, 5 insertions, 0 deletions
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
--- /dev/null
+++ b/news/559bb022-21ae-498c-a2ce-2c354d880f5e.trivial
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):