From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 020CE138334 for ; Mon, 30 Sep 2019 17:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02901E08A2; Mon, 30 Sep 2019 17:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF87DE08A2 for ; Mon, 30 Sep 2019 17:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43E8F34B6F6 for ; Mon, 30 Sep 2019 17:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3552E764 for ; Mon, 30 Sep 2019 17:37:40 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1569865054.b116034e3a154a3310ac932cc17fbd9f5bf10f85.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch X-VCS-Directories: dev-python/aiohttp/files/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b116034e3a154a3310ac932cc17fbd9f5bf10f85 X-VCS-Branch: master Date: Mon, 30 Sep 2019 17:37:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89345ced-41d1-4103-9d2b-989bd01d4b2d X-Archives-Hash: d948dd51ef6eb1fa9d9c9dc80b971272 commit: b116034e3a154a3310ac932cc17fbd9f5bf10f85 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Sep 30 09:43:19 2019 +0000 Commit: Zac Medico gentoo 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 gmail.com> Signed-off-by: Zac Medico 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')) - - -+@pytest.mark.skip("running via external test file fails") - def test_testcase_no_app(testdir, loop): - testdir.makepyfile( - """