From 6278c6c37181ae061bc5f28280e86b690f32fa06 Mon Sep 17 00:00:00 2001 From: Florian Rathgeber Date: Sat, 10 Nov 2018 03:43:20 -0800 Subject: [PATCH] Decorate tests using SVN with pytest.mark.svn (#5944) --- tests/functional/test_install_reqs.py | 1 + tests/functional/test_install_user.py | 1 + tests/functional/test_uninstall.py | 1 + 3 files changed, 3 insertions(+) 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.