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:
Michael Mair-Keimberger
2020-08-12 20:46:02 +02:00
committed by Louis Sautier
parent 96994d2ac9
commit 09c3c9a55c

View File

@@ -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)