dev-python/aiohttp: enable pypy3

Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-07-30 12:10:55 +03:00
committed by Michał Górny
parent c73f39d73c
commit a9d6c55003

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1 multiprocessing
@@ -91,6 +91,11 @@ python_test() {
'tests/test_streams.py::TestDataQueue::test_exception_waiter[pyloop]'
)
[[ ${EPYTHON} == pypy3 ]] && deselect+=(
# fails with a 'runtime warning'
tests/test_multipart.py::TestPartReader::test_read_boundary_with_incomplete_chunk
)
pushd "${BUILD_DIR}/lib" >/dev/null || die
ln -snf "${S}"/{LICENSE.txt,tests} . || die
epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" --forked \