-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
python3Packages.uvloop: enable on python3.8 #84223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow build pass by disabling test. Isolated issue to test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race. This test is supposed to be skipped, but it isn't for some reason, so we disable it instead. See uvloop#284 (MagicStack/uvloop#284) for full details. Don't know why this test isn't properly skipped.
ping @jonringer (you disabled |
I feel comfortable disabling this test is because I interpret this section of source: as meaning it's supposed to be skipped anyways, and the failing test (asyncio version vs uvloop) seems to be only running the native |
Locally running #84223 32 package built: |
@GrahamcOfBorg build python37Packages.uvloop python38Packages.uvloop |
Looks great, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of nixpkgs-review pr 84223 1
32 packages built:
- datasette (python37Packages.datasette) - google-music-scripts - mtprotoproxy - python37Packages.aiorun - python37Packages.asyncpg - python37Packages.databases - python37Packages.entrance - python37Packages.entrance-with-router-features - python37Packages.fastapi - python37Packages.google-music - python37Packages.httpx - python37Packages.orm - python37Packages.pproxy - python37Packages.qiskit-ibmq-provider - python37Packages.sanic - python37Packages.sanic-auth - python37Packages.sentry-sdk - python37Packages.starlette - python37Packages.uvicorn - python37Packages.uvloop - python38Packages.aiorun - python38Packages.asyncpg - python38Packages.databases - python38Packages.fastapi - python38Packages.google-music - python38Packages.httpx - python38Packages.orm - python38Packages.pproxy - python38Packages.starlette - python38Packages.uvicorn - python38Packages.uvloop - sourcehut.listssrht
main reason i disabled it was that it would hang. and prevent me from reviewing packages. If it's able to build reliably, then I'm more than happy to have it enabled again |
Motivation for this change
Allow build pass by disabling test. Isolated issue to test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped for asynico, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (MagicStack/uvloop#284) for full details. Don't know why this test isn't properly skipped.
Causing hydra build failure.
ZHF: #80379
Will backport to 20.03.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
../result/bin/
)nix path-info -S
before and after)