From cf43c492a6212fff0e055e421d20f24a2fc74ab5 Mon Sep 17 00:00:00 2001 From: Patrick Lawson Date: Wed, 27 Apr 2016 10:52:34 -0400 Subject: [PATCH] Remove unnecessary network decorators in download tests. --- tests/functional/test_download.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/functional/test_download.py b/tests/functional/test_download.py index 991e1db7557..16da5f2d412 100644 --- a/tests/functional/test_download.py +++ b/tests/functional/test_download.py @@ -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 @@ -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 @@ -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 @@ -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