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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87F47158083 for ; Thu, 5 Sep 2024 16:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D6EEE2A95; Thu, 5 Sep 2024 16:02:31 +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 59385E2A95 for ; Thu, 5 Sep 2024 16:02:31 +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 27027340C7F for ; Thu, 5 Sep 2024 16:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C03D1F25 for ; Thu, 5 Sep 2024 16:02:28 +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: <1725552145.dda3f4b9c0ab58b2a564ba8fa28a4522a2287e1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cramjam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cramjam/cramjam-2.8.3.ebuild X-VCS-Directories: dev-python/cramjam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dda3f4b9c0ab58b2a564ba8fa28a4522a2287e1b X-VCS-Branch: master Date: Thu, 5 Sep 2024 16:02:28 +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: e2423e20-13cd-42c6-94ce-c663c13415fe X-Archives-Hash: dea0b1050c560419b2fe23516c81a55f commit: dda3f4b9c0ab58b2a564ba8fa28a4522a2287e1b Author: Michał Górny gentoo org> AuthorDate: Thu Sep 5 16:01:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 5 16:02:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda3f4b9 dev-python/cramjam: Reenable a supposedly fixed test Signed-off-by: Michał Górny gentoo.org> dev-python/cramjam/cramjam-2.8.3.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/cramjam/cramjam-2.8.3.ebuild b/dev-python/cramjam/cramjam-2.8.3.ebuild index 9ecf01a66f3b..73bb943dde59 100644 --- a/dev-python/cramjam/cramjam-2.8.3.ebuild +++ b/dev-python/cramjam/cramjam-2.8.3.ebuild @@ -204,12 +204,6 @@ src_test() { } python_test() { - local EPYTEST_DESELECT=( - # random health check failures - # https://github.com/milesgranger/cramjam/issues/141 - tests/test_variants.py::test_variants_different_dtypes - ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest tests }