dev-python/async_generator: fix installation for python3_9

Closes: https://bugs.gentoo.org/835090
Signed-off-by: James Beddek <telans@posteo.de>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
James Beddek
2022-03-14 10:41:43 +13:00
committed by Zac Medico
parent 5cabc6cae6
commit cc862d1658

View File

@@ -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
}