Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/files/
Date: Mon, 30 Sep 2019 17:37:45
Message-Id: 1569865054.b116034e3a154a3310ac932cc17fbd9f5bf10f85.zmedico@gentoo
1 commit: b116034e3a154a3310ac932cc17fbd9f5bf10f85
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 30 09:43:19 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 17:37:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b116034e
7
8 dev-python/aiohttp: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/13101
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch | 10 ----------
15 1 file changed, 10 deletions(-)
16
17 diff --git a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch b/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch
18 deleted file mode 100644
19 index 4f6d7b526e5..00000000000
20 --- a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 ---- aiohttp-3.0.5/tests/test_test_utils.py
24 -+++ aiohttp-3.0.5/tests/test_test_utils.py
25 -@@ -243,6 +243,7 @@
26 - make_url(URL('http://foo.com'))
27 -
28 -
29 -+@×××××××××××.skip("running via external test file fails")
30 - def test_testcase_no_app(testdir, loop):
31 - testdir.makepyfile(
32 - """