Skip to content

Commit

Permalink
Merge pull request #6263 from hroncok/mark_network
Browse files Browse the repository at this point in the history
Mark 3 tests as network tests
  • Loading branch information
pradyunsg authored Feb 24, 2019
2 parents 04f1e70 + 75c2201 commit 94a06ea
Show file tree
Hide file tree
Showing 4 changed files with 3 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 @@ -542,6 +542,7 @@ def test_install_argparse_shadowed(script):
assert "Not uninstalling argparse" in result.stdout


@pytest.mark.network
@pytest.mark.skipif("sys.version_info < (3,4)")
def test_upgrade_argparse_shadowed(script):
# If argparse is installed - even if shadowed for imported - we support
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 @@ -297,6 +297,7 @@ def test_constraints_local_editable_install_causes_error(script, data):
assert 'Could not satisfy constraints for' in result.stderr


@pytest.mark.network
def test_constraints_local_editable_install_pep518(script, data):
to_install = data.src.join("pep518-3.0")

Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def test_pip_wheel_with_user_set_in_config(script, data, common_wheels):
assert "Successfully built withpyproject" in result.stdout, result.stdout


@pytest.mark.network
def test_pep517_wheels_are_not_confused_with_other_files(script, tmpdir, data):
"""Check correct wheels are copied. (#6196)
"""
Expand Down

0 comments on commit 94a06ea

Please sign in to comment.