Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlicffi/
Date: Wed, 11 May 2022 16:43:55
Message-Id: 1652287420.aad81f080149f3b1d675757e4f56ab3f68e6304c.mgorny@gentoo
1 commit: aad81f080149f3b1d675757e4f56ab3f68e6304c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 16:31:58 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 16:43:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad81f08
7
8 dev-python/brotlicffi: Revert the pytest-markdown workaround
9
10 The awful mistake of dev-python/pytest-markdown is now sterilized
11 via epytest, no need to work around it anymore.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
19 index b19f4a20520d..fc75635dab17 100644
20 --- a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
21 +++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
22 @@ -59,7 +59,3 @@ src_unpack() {
23 src_configure() {
24 export USE_SHARED_BROTLI=1
25 }
26 -
27 -python_test() {
28 - epytest test
29 -}