-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
python3Packages.werkzeug,python3Packages.aiohttp,python3Packages.async-upnp-client: fix build; pythonPackages.urllib3: disable failing test #115564
Conversation
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.
Changes look reasonable.
@SuperSandro2000 PTAL. |
a427266
to
92cf08f
Compare
e6db339
to
4bfe332
Compare
4bfe332
to
eb7905e
Compare
64a723a
to
3e9efb1
Compare
This comment has been minimized.
This comment has been minimized.
According to upstream the tests can be flaky. If others are failing also add them or disable tests. urllib3/urllib3#1554 (comment)
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 4 packages built:
|
@@ -46,6 +46,10 @@ buildPythonPackage rec { | |||
trustme | |||
]; | |||
|
|||
disabledTests = [ | |||
"test_connection_closed_on_read_timeout_preload_false" |
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.
fails only on aarch64. Disabling altogether will result in a mass rebuild.
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.
disabledTests = if stdenv.hostPlatform.isAarch64 then [ "test_connection_closed_on_read_timeout_preload_false" ] else null;
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.
pushed 2e0b261 to staging-next
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.
I build urrlib3 on amd64 with --check and this was required to build the tests. I don't think we get around the mass rebuild.
Rebased and pushed to staging-next, thank you. |
Motivation for this change
#115521
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)