diff options
author | Sam James <sam@gentoo.org> | 2022-07-11 03:40:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-11 03:40:50 +0100 |
commit | 1802f740053a6e1017ab852fe131a1a0aae9949c (patch) | |
tree | be2ad24322db04e29c4e55d36cab4cd724f32ed0 /sci-astronomy | |
parent | sci-astronomy/pyephem: add 4.1.3 (diff) | |
download | gentoo-1802f740053a6e1017ab852fe131a1a0aae9949c.tar.gz gentoo-1802f740053a6e1017ab852fe131a1a0aae9949c.tar.bz2 gentoo-1802f740053a6e1017ab852fe131a1a0aae9949c.zip |
sci-astronomy/pyephem: skip broken test
Closes: https://bugs.gentoo.org/855461
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pyephem/pyephem-4.1.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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() { |