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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BCE2158090 for ; Wed, 11 May 2022 16:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6D58E08FB; Wed, 11 May 2022 16:43:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 91683E08FB for ; Wed, 11 May 2022 16:43:53 +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 7480A34137A for ; Wed, 11 May 2022 16:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD3246A for ; Wed, 11 May 2022 16:43:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1652287420.aad81f080149f3b1d675757e4f56ab3f68e6304c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlicffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild X-VCS-Directories: dev-python/brotlicffi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aad81f080149f3b1d675757e4f56ab3f68e6304c X-VCS-Branch: master Date: Wed, 11 May 2022 16:43:49 +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: fb47d830-ecce-4dd7-865d-a7a5a086e74d X-Archives-Hash: 291848d508814bf41ea7b84f19702b9b commit: aad81f080149f3b1d675757e4f56ab3f68e6304c Author: Michał Górny gentoo org> AuthorDate: Wed May 11 16:31:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 11 16:43:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad81f08 dev-python/brotlicffi: Revert the pytest-markdown workaround The awful mistake of dev-python/pytest-markdown is now sterilized via epytest, no need to work around it anymore. Signed-off-by: Michał Górny gentoo.org> dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild index b19f4a20520d..fc75635dab17 100644 --- a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild +++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild @@ -59,7 +59,3 @@ src_unpack() { src_configure() { export USE_SHARED_BROTLI=1 } - -python_test() { - epytest test -}