https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/httpx-0.18.2 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 716649 [details] build.log build log and emerge --info
This makes no sense :-(. You have both pytest-aiohttp and anyio installed. Andrew, any clue what could be happening here?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d53151bf1aa7b49945e25c990881a71e9229f2 commit a8d53151bf1aa7b49945e25c990881a71e9229f2 Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2021-06-18 07:05:59 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2021-06-18 07:06:22 +0000 dev-python/httpx: skip trio tests trio is not (yet) packaged, no py3.9 compatible release at the moment Closes: https://bugs.gentoo.org/796515 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> dev-python/httpx/httpx-0.18.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
(In reply to Michał Górny from comment #2) > This makes no sense :-(. You have both pytest-aiohttp and anyio installed. > > Andrew, any clue what could be happening here? It's trying to run these tests for trio as well, and since that is not packaged it fails with the error that it cannot find an async implementations.
I don't have trio installed either and the tests passed for me.