-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
h11: add pytest5 compatability #67896
Conversation
@GrahamcOfBorg build python3Packages.h11 pythonPackages.h11 Looks good, I'm using this locally to partially unblock broken builds from the recent python fallout. |
Nix-review doesn't build for me, it just hangs with the message below. h11 is a uvicorn dependency, but I'm not sure what's going on here.
|
I also created a patch for it: |
That seems unrelated to this PR? uvloop was updated to 0.13 yesterday. The only other package that appears to depend on h11 in nixpkgs is: @GrahamcOfBorg build python3Packages.wsproto pythonPackages.wsproto |
The The branch also contains the changes from this PR and |
Let's reference #68361 to make tracking this easier and to add some visibility |
I just tested this as well for python 3.7 and 2.7 and the tests pass fine. |
fwiw I've been using this patch locally for the past week, given that it only touches one line of a test I think it should be pretty good to go! |
fixes python3Packages.h11 and python3Packages.wsproto for #68361 |
backport: [detached HEAD 09e9586] h11: add pytest5 compatability |
Motivation for this change
The
python37Packages.h11
build is currently failing.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers