commit: aad81f080149f3b1d675757e4f56ab3f68e6304c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 16:31:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}