From cc862d165891d3699cb7dc2e056206dd69f8f240 Mon Sep 17 00:00:00 2001 From: James Beddek Date: Mon, 14 Mar 2022 10:41:43 +1300 Subject: [PATCH] dev-python/async_generator: fix installation for python3_9 Closes: https://bugs.gentoo.org/835090 Signed-off-by: James Beddek Signed-off-by: Zac Medico --- .../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 1e7a3a023087a..c0f0e694ff3b1 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 -}