commit:     a70428f6114f1122d5b6535c53a487f52b33b0ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 16:33:13 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 16:33:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70428f6

dev-python/async_generator: add missing pytest test dep

Closes: https://bugs.gentoo.org/733392
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../{async_generator-1.10.ebuild => async_generator-1.10-r1.ebuild}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/async_generator/async_generator-1.10.ebuild 
b/dev-python/async_generator/async_generator-1.10-r1.ebuild
similarity index 90%
rename from dev-python/async_generator/async_generator-1.10.ebuild
rename to dev-python/async_generator/async_generator-1.10-r1.ebuild
index b34be84f483..1e7a3a02308 100644
--- a/dev-python/async_generator/async_generator-1.10.ebuild
+++ b/dev-python/async_generator/async_generator-1.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -17,6 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv 
sparc x86 ~x64-maco
 
 DOCS=( README.rst )
 
+distutils_enable_tests pytest
+
 python_test() {
        pushd "${BUILD_DIR}/lib" >/dev/null || die
        epytest

Reply via email to