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 88F1415ACFB for ; Fri, 28 Apr 2023 18:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1795E08FA; Fri, 28 Apr 2023 18:20:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 875E8E08FA for ; Fri, 28 Apr 2023 18:20:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5285A341105 for ; Fri, 28 Apr 2023 18:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AB3A55 for ; Fri, 28 Apr 2023 18:20:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682706014.cf16f3de7532aa8f3e8013779279b559e008fa52.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/base58/base58-2.1.1-r1.ebuild X-VCS-Directories: dev-python/base58/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: cf16f3de7532aa8f3e8013779279b559e008fa52 X-VCS-Branch: dev Date: Fri, 28 Apr 2023 18:20:47 +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: 7ee6ac7c-5cc2-480c-bc57-f19a721488ae X-Archives-Hash: 35cd64ccf563cc49e6cc6d135d8462ee commit: cf16f3de7532aa8f3e8013779279b559e008fa52 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 28 17:41:16 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Apr 28 18:20:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf16f3de dev-python/base58: disable benchmark tests Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/base58/base58-2.1.1-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild index 6e7a3510f..8a1bc3939 100644 --- a/dev-python/base58/base58-2.1.1-r1.ebuild +++ b/dev-python/base58/base58-2.1.1-r1.ebuild @@ -18,10 +18,13 @@ SLOT="0" KEYWORDS="~amd64" BDEPEND=" - test? ( - dev-python/pyhamcrest[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - ) + test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] ) " +EPYTEST_DESELECT=( + # need pytest-benchmark + test_base58.py::test_encode_random + test_base58.py::test_decode_random +) + distutils_enable_tests pytest