commit: b116034e3a154a3310ac932cc17fbd9f5bf10f85 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Sep 30 09:43:19 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 17:37:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b116034e
dev-python/aiohttp: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/13101 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch b/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch deleted file mode 100644 index 4f6d7b526e5..00000000000 --- a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- aiohttp-3.0.5/tests/test_test_utils.py -+++ aiohttp-3.0.5/tests/test_test_utils.py -@@ -243,6 +243,7 @@ - make_url(URL('http://foo.com')) - - [email protected]("running via external test file fails") - def test_testcase_no_app(testdir, loop): - testdir.makepyfile( - """
