You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/responses/files/responses-0.10.7-tests.patch

13 lines
383 B

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)