Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark tests using remote svn and hg as xfail #8790

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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