You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They are expected to not work with IPv6, but test_run_app.py has HAS_IPV6 and disables the tests that need ipv6 with skipif but connector (and maybe others do not) so I'm not sure if the intent was to skip tests that require IPv6 or if they should fail.
Describe the bug
Some
aiohttp
tests fail when IPv6 is disabled with the kernel parameteripv6.disable=1
.To Reproduce
Run
make
on a system with IPv6 disabled.Expected behavior
Tests should pass.
Logs/tracebacks
Log
Python Version
aiohttp Version
multidict Version
propcache Version
yarl Version
OS
NixOS
Related component
Server, Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: