mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
c73f39d73c
commit
a9d6c55003
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user