commit: f9950783cfd07e28f8433250a6610dbe9827a40f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 4 09:36:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 7 07:50:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9950783
dev-ada/e3-core: Remove redundant -p no:markdown Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27131 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ada/e3-core/e3-core-22.1.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild b/dev-ada/e3-core/e3-core-22.1.0.ebuild index 98ae628c722e..b2affb6abb5e 100644 --- a/dev-ada/e3-core/e3-core-22.1.0.ebuild +++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild @@ -48,7 +48,3 @@ src_compile() { $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} tools/rlimit/rlimit.c ${LDFLAGS} distutils-r1_src_compile } - -python_test() { - epytest -p no:markdown -}
