commit: cc862d165891d3699cb7dc2e056206dd69f8f240 Author: James Beddek <telans <AT> posteo <DOT> de> AuthorDate: Sun Mar 13 21:41:43 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Mar 15 01:07:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc862d16
dev-python/async_generator: fix installation for python3_9 Closes: https://bugs.gentoo.org/835090 Signed-off-by: James Beddek <telans <AT> posteo.de> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/async_generator/async_generator-1.10-r1.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-python/async_generator/async_generator-1.10-r1.ebuild b/dev-python/async_generator/async_generator-1.10-r1.ebuild index 1e7a3a023087..c0f0e694ff3b 100644 --- a/dev-python/async_generator/async_generator-1.10-r1.ebuild +++ b/dev-python/async_generator/async_generator-1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,10 +18,3 @@ 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 - rm -rf .hypothesis .pytest_cache || die - popd >/dev/null || die -}
