-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
python/aiohttp: disable test on 32bit platforms #80388
Conversation
The test `test_cookiejar` is failing because a time_t constant can't be represented on 32bit platforms.
@GrahamcOfBorg test login |
ZHF: #80379 |
@jonringer This couldn't even been CI'd by ofborg because it's on i686-linux.
|
merged based on diff, disabling a test is pretty harmless. |
Did you see if the NixOS test succeed? ofBorg apparently skipped i686-linux. |
the x86_64 test did succeed https://github.com/NixOS/nixpkgs/runs/451651746 |
Yeah doing that now. It is pretty harmless though, but it's to make the nixosTests succeed on i686-linux. Will backport for #80379 once I've confirmed. |
ofborg only runs aarch64 and x86_64 with the test command, we could do |
Ooh that's pretty cool. |
|
The package builds on i686-linux, but the amount of things to build for the nixosTest would take hours 🤣 |
backported in 5c4224e |
We'll wait for the next evaluation then. |
|
it's at least passing locally for me |
Motivation for this change
The test
test_cookiejar
is failing because a time_t constant can't be represented on 32bit platforms. This is causing failures of all nixos tests on i686-linux.Things done
nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)