mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/responses: remove unused patch(es)
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17102 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
committed by
Louis Sautier
parent
96994d2ac9
commit
09c3c9a55c
@@ -1,12 +0,0 @@
|
||||
diff --git a/test_responses.py b/test_responses.py
|
||||
index c2a4f01..2b85172 100644
|
||||
--- a/test_responses.py
|
||||
+++ b/test_responses.py
|
||||
@@ -928,6 +928,7 @@ def _quote(s):
|
||||
return responses.quote(responses._ensure_str(s))
|
||||
|
||||
|
||||
+@pytest.mark.skipif(six.PY2, reason="Broken on python2")
|
||||
def test_cookies_from_headers():
|
||||
text = "こんにちは/世界"
|
||||
quoted_text = _quote(text)
|
||||
Reference in New Issue
Block a user