Skip to content

Commit

Permalink
Remove unnecessary network decorators in download tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lawson committed Apr 27, 2016
1 parent 63458f1 commit cf43c49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/functional/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ def test_download_specify_platform(script, data):
)


@pytest.mark.network
def test_download_platform_manylinux(script, data):
"""
Test using "pip download --platform" to download a .whl archive
Expand Down Expand Up @@ -346,7 +345,6 @@ def test_download_platform_manylinux(script, data):
)


@pytest.mark.network
def test_download_specify_python_version(script, data):
"""
Test using "pip download --python-version" to download a .whl archive
Expand Down Expand Up @@ -436,7 +434,6 @@ def test_download_specify_python_version(script, data):
)


@pytest.mark.network
def test_download_specify_abi(script, data):
"""
Test using "pip download --abi" to download a .whl archive
Expand Down Expand Up @@ -503,7 +500,6 @@ def test_download_specify_abi(script, data):
)


@pytest.mark.network
def test_download_specify_implementation(script, data):
"""
Test using "pip download --abi" to download a .whl archive
Expand Down

0 comments on commit cf43c49

Please sign in to comment.