From 09c3c9a55c2dba5375dff9dace2ca9866f972b4d Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 12 Aug 2020 20:46:02 +0200 Subject: dev-python/responses: remove unused patch(es) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/17102 Signed-off-by: Louis Sautier --- dev-python/responses/files/responses-0.10.7-tests.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-python/responses/files/responses-0.10.7-tests.patch (limited to 'dev-python/responses') diff --git a/dev-python/responses/files/responses-0.10.7-tests.patch b/dev-python/responses/files/responses-0.10.7-tests.patch deleted file mode 100644 index 764b22ab3af3..000000000000 --- a/dev-python/responses/files/responses-0.10.7-tests.patch +++ /dev/null @@ -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) -- cgit v1.2.3-65-gdbad