Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796515 - dev-python/httpx-0.18.2 fails tests
Summary: dev-python/httpx-0.18.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-17 20:52 UTC by Agostino Sarubbo
Modified: 2021-06-18 09:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,524.57 KB, text/plain)
2021-06-17 20:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-06-17 20:52:54 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-17 20:52:57 UTC
Created attachment 716649 [details]
build.log

build log and emerge --info
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-06-17 21:01:25 UTC
This makes no sense :-(.  You have both pytest-aiohttp and anyio installed.

Andrew, any clue what could be happening here?
Comment 3 Larry the Git Cow gentoo-dev 2021-06-18 07:06:25 UTC
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(-)
Comment 4 Andrew Nowa Ammerlaan gentoo-dev 2021-06-18 07:08:05 UTC
(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.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-06-18 09:20:09 UTC
I don't have trio installed either and the tests passed for me.