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 26520158094 for ; Mon, 11 Jul 2022 02:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29481E09A6; Mon, 11 Jul 2022 02:41:02 +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 F1D21E09A6 for ; Mon, 11 Jul 2022 02:41:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A908334109B for ; Mon, 11 Jul 2022 02:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F4E529 for ; Mon, 11 Jul 2022 02:40:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657507250.1802f740053a6e1017ab852fe131a1a0aae9949c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pyephem/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/pyephem/pyephem-4.1.1.ebuild X-VCS-Directories: sci-astronomy/pyephem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1802f740053a6e1017ab852fe131a1a0aae9949c X-VCS-Branch: master Date: Mon, 11 Jul 2022 02:40:59 +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: 45e8146e-29d8-4215-abba-5fafab7f7e7e X-Archives-Hash: bf2674a6dd06f72bb262a2610f3dda90 commit: 1802f740053a6e1017ab852fe131a1a0aae9949c Author: Sam James gentoo org> AuthorDate: Mon Jul 11 02:40:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 11 02:40:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1802f740 sci-astronomy/pyephem: skip broken test Closes: https://bugs.gentoo.org/855461 Signed-off-by: Sam James gentoo.org> sci-astronomy/pyephem/pyephem-4.1.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sci-astronomy/pyephem/pyephem-4.1.1.ebuild b/sci-astronomy/pyephem/pyephem-4.1.1.ebuild index 1c43a235a7e4..423ccb34c62e 100644 --- a/sci-astronomy/pyephem/pyephem-4.1.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-4.1.1.ebuild @@ -19,6 +19,12 @@ IUSE="doc" BDEPEND="doc? ( dev-python/sphinx )" +EPYTEST_DESELECT=( + # Can't find its test files (class not loaded properly in test env?) + # bug #855461 + tests/test_jpl.py::JPLTest::runTest +) + distutils_enable_tests pytest src_prepare() {