Skip to content

Commit

Permalink
Merge pull request #8790 from McSinyx/fix-svn-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Aug 24, 2020
2 parents e1d489f + c84ef7a commit 1c30312
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_install_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_install_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_reset_env_system_site_packages_usersite(self, script):
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
Expand Down
2 changes: 2 additions & 0 deletions tests/functional/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 1c30312

Please sign in to comment.