diff options
author | Sam James <sam@gentoo.org> | 2022-06-30 22:29:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-30 22:29:54 +0000 |
commit | d7cd2624d360d22b62b2906cfeac594ff8a44767 (patch) | |
tree | afa68936a911b4872a28a639000e24658294e0af /sci-astronomy/pyephem | |
parent | dev-util/dput-ng: treeclean (diff) | |
download | gentoo-d7cd2624d360d22b62b2906cfeac594ff8a44767.tar.gz gentoo-d7cd2624d360d22b62b2906cfeac594ff8a44767.tar.bz2 gentoo-d7cd2624d360d22b62b2906cfeac594ff8a44767.zip |
sci-astronomy/pyephem: needs pytest
Closes: https://bugs.gentoo.org/851651
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy/pyephem')
-rw-r--r-- | sci-astronomy/pyephem/pyephem-4.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/pyephem/pyephem-4.1.1.ebuild b/sci-astronomy/pyephem/pyephem-4.1.1.ebuild index 2e6565b7f7e9..1c43a235a7e4 100644 --- a/sci-astronomy/pyephem/pyephem-4.1.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-4.1.1.ebuild @@ -19,7 +19,7 @@ IUSE="doc" BDEPEND="doc? ( dev-python/sphinx )" -distutils_enable_tests unittest +distutils_enable_tests pytest src_prepare() { # Don't install rst files by default |