community/py3-aiohttp (or its testsuite) is half broken
When attempting to package a piece of software (pantalaimon) I had issues that turn out to be unrelated. In my attempt to find the cause, though, I started investigating the dependencies and activating the respective testsuites to find which package could cause the problem.
One that have particularly bad behaviour against the testsuite is py3-aiohttp: here is the log https://paste.gnugen.ch/raw/99lP.
The dependencies, py3-async-timeout
, py3-chardet
, py3-yarl
, py3-idna-ssl
, py3-attrs
and py3-multidict
don't seem to be in cause as their testsuite succeed. I don't really know what make the testsuite fail so badly. Upstream might have stopped testing their product?
you can find a branch with the test enabled here: https://gitlab.alpinelinux.org/afontain/aports/-/commits/py3-aiohttp-checks.
ping @fcolista