diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py index ff000fcd0..bda45b107 100644 --- a/tests/functional/test_install_reqs.py +++ b/tests/functional/test_install_reqs.py @@ -95,6 +95,7 @@ def test_relative_requirements_file(script, data): @pytest.mark.network +@pytest.mark.svn def test_multiple_requirements_files(script, tmpdir): """ Test installing from multiple nested requirements files. diff --git a/tests/functional/test_install_user.py b/tests/functional/test_install_user.py index 17d09768b..54b8b1aeb 100644 --- a/tests/functional/test_install_user.py +++ b/tests/functional/test_install_user.py @@ -41,6 +41,7 @@ class Tests_UserSite: assert 'INITools' == project_name, project_name @pytest.mark.network + @pytest.mark.svn def test_install_subversion_usersite_editable_with_distribute( self, script, tmpdir): """ diff --git a/tests/functional/test_uninstall.py b/tests/functional/test_uninstall.py index 2748e2f7a..3c47a1e2c 100644 --- a/tests/functional/test_uninstall.py +++ b/tests/functional/test_uninstall.py @@ -357,6 +357,7 @@ def _test_uninstall_editable_with_source_outside_venv( @pytest.mark.network +@pytest.mark.svn def test_uninstall_from_reqs_file(script, tmpdir): """ Test uninstall from a requirements file.