mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/twine: remove unused patch
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
a83df8dc20
commit
f11f5d446e
@@ -1,20 +0,0 @@
|
||||
diff --git a/tests/test_upload.py b/tests/test_upload.py
|
||||
index c87e16e..1487a0d 100644
|
||||
--- a/tests/test_upload.py
|
||||
+++ b/tests/test_upload.py
|
||||
@@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
import pretend
|
||||
import pytest
|
||||
+import unittest
|
||||
from requests.exceptions import HTTPError
|
||||
|
||||
from twine.commands import upload
|
||||
@@ -298,6 +299,7 @@ def test_values_from_env(monkeypatch):
|
||||
"https://test.pypi.org/",
|
||||
"https://pypi.org/"
|
||||
])
|
||||
+@unittest.skip("needs internet access")
|
||||
def test_check_status_code_for_wrong_repo_url(repo_url, make_settings):
|
||||
upload_settings = make_settings()
|
||||
|
||||
Reference in New Issue
Block a user