Describe the bug
While rebuilding python313Packages.aiohttp @ 3.12.10 on nixpkgs, tests/test_client_functional.py::test_aiohttp_request_ctx_manager_not_found[pyloop] was failing intermittently (~25%) on aarch64-Darwin with AssertionError: never executed
To Reproduce
Using nix on a M-series Mac:
nix-build -A python313Packages.aiohttp --check and observe it fails about a quarter of the time.
Expected behavior
The test should be reliable.
Logs/tracebacks
Python Version
$ python --version
3.13.4
aiohttp Version
$ python -m pip show aiohttp
3.12.10
multidict Version
$ python -m pip show multidict
6.4.4
propcache Version
$ python -m pip show propcache
0.3.1
yarl Version
$ python -m pip show yarl
1.20.0
OS
Nix on MacOS (aarch64-darwin)
Related component
Client
Additional context
No response
Code of Conduct
Describe the bug
While rebuilding python313Packages.aiohttp @ 3.12.10 on nixpkgs,
tests/test_client_functional.py::test_aiohttp_request_ctx_manager_not_found[pyloop]was failing intermittently (~25%) on aarch64-Darwin withAssertionError: never executedTo Reproduce
Using nix on a M-series Mac:
nix-build -A python313Packages.aiohttp --checkand observe it fails about a quarter of the time.Expected behavior
The test should be reliable.
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
propcache Version
yarl Version
OS
Nix on MacOS (aarch64-darwin)
Related component
Client
Additional context
No response
Code of Conduct