-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
httpie: 2.2.0 -> 2.3.0 #102466
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
httpie: 2.2.0 -> 2.3.0 #102466
Conversation
Result of 2 packages failed to build:
httpie 231 tests fail on darwin with sandbox enabled |
|
@mweinelt could you elaborate a little bit more, please? I am learning nix and I do not know how to proceed to try to fix it 🤔 |
In #102466 (comment) @SuperSandro2000 remarked that the tests are not working on Darwin, because their sandbox is somewhat limited. I then proposed to add doCheck = !stdenv.isDarwin which conditionally enables the tests on every platform but Darwin. |
Thank you for the explanation. I will try to change that later |
@JesusMtnez friendly ping |
It's also not building on linux though:
|
I am seeing those too... Not sure how to debug those. It seems it is not able to resolve the service name for the tests, but I am not very familiar with python or this codebase to debug it. Any help would be much appreciated. |
From |
@@ -33,6 +24,8 @@ python3Packages.buildPythonApplication rec { | |||
pytestCheckHook | |||
]; | |||
|
|||
doCheck = !stdenv.isDarwin |
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.
doCheck = !stdenv.isDarwin | |
doCheck = !stdenv.isDarwin; |
It seems dependencies are being provided successfully:
|
Any progress on this? |
@bbigras I did not have much time this holidays, sorry. Also, not sure how to continue debugging this right now. Any ideas? |
Motivation for this change
Bump
httpie
to 2.3.0.requests-toolbelt
dependencytest_docs.py
test_ssl.py
doCheck
for darwinThings 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)