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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24E48158095 for ; Fri, 26 Aug 2022 11:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FFCCE0976; Fri, 26 Aug 2022 11:42:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 646DAE0976 for ; Fri, 26 Aug 2022 11:42:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AA11340D2B for ; Fri, 26 Aug 2022 11:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9889526 for ; Fri, 26 Aug 2022 11:42:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661514110.ba86fc51474324333b07034acb95a89fa2bb9617.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild X-VCS-Directories: dev-python/pytest-twisted/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba86fc51474324333b07034acb95a89fa2bb9617 X-VCS-Branch: master Date: Fri, 26 Aug 2022 11:42:10 +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: d4ced4d5-6cc2-49d4-b594-bfcebce32926 X-Archives-Hash: 42c18064e308a7edd26a2ef0df14099c commit: ba86fc51474324333b07034acb95a89fa2bb9617 Author: Sam James gentoo org> AuthorDate: Fri Aug 26 11:41:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 26 11:41:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86fc51 dev-python/pytest-twisted: cleanup obsolete comment Meant to do this earlier but wanted to see if my approach even worked. Signed-off-by: Sam James gentoo.org> dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild index c855d5fd9c88..b00774122031 100644 --- a/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild +++ b/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild @@ -27,8 +27,7 @@ distutils_enable_tests pytest src_prepare() { # If we let pytest-twisted autoload everywhere, it breaks tests in # packages that don't expect it. Apply a similar hack as for bug - # #661218. We can't do this in src_prepare() because the tests need - # autoloading enabled. + # #661218. sed -e 's/"pytest11": \[[^]]*\]//' -i setup.py || die # https://github.com/pytest-dev/pytest/issues/9280