From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 25 Nov 2019 10:44:19 -0800
Subject: Skip tests that require a network connection

---
 tests/test_upload.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_upload.py b/tests/test_upload.py
index c87e16e..3ada252 100644
--- a/tests/test_upload.py
+++ b/tests/test_upload.py
@@ -293,6 +293,7 @@ def test_values_from_env(monkeypatch):
     assert "/foo/bar.crt" == upload_settings.cacert
 
 
+@pytest.mark.skip('Requires network')
 @pytest.mark.parametrize('repo_url', [
     "https://upload.pypi.org/",
     "https://test.pypi.org/",
