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 77506158094 for ; Wed, 7 Sep 2022 07:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFD1AE0AEC; Wed, 7 Sep 2022 07:51:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C28E0AEC for ; Wed, 7 Sep 2022 07:51:36 +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 E035134122C for ; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35C7B5D4 for ; Wed, 7 Sep 2022 07:51:33 +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: <1662537015.f9950783cfd07e28f8433250a6610dbe9827a40f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/e3-core/e3-core-22.1.0.ebuild X-VCS-Directories: dev-ada/e3-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9950783cfd07e28f8433250a6610dbe9827a40f X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:51:33 +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: bed44c1b-2f47-4afb-b9b0-8d30d73c7bc8 X-Archives-Hash: 16ea7acadcdbb93c1bcc03e28dcbeac1 commit: f9950783cfd07e28f8433250a6610dbe9827a40f Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 09:36:31 2022 +0000 Commit: Michał Górny gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27131 Signed-off-by: Michał Górny 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 -}