Closed kloczek closed 2 years ago
Here is pytest output
Addressed in the respective branches.
Looking on https://github.com/aio-libs/aiohttp/compare/v3.8.1...3.8 I think that it would be good to make new 3.8.2 (?) release. Any plans to do that soon? 🤔
Describe the bug
pytest is failing in 7 units.
To Reproduce
As I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesExpected behavior
pytest should not fail.
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
Linux x86/64
Additional context
Here is list of installed modules in build env
Code of Conduct