commit: 1802f740053a6e1017ab852fe131a1a0aae9949c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 11 02:40:50 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {
