-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
pythonPackages.nibabel: unbreak tests/package #77472
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
@GrahamcOfBorg build pythonPackages.nibabel |
@GrahamcOfBorg build python3Packages.nibabel |
A couple tests fail on aarch64. I've PR'ed one of them but can't reproduce the other on x64, so I've disabled them in the expression. |
@GrahamcOfBorg build pythonPackages.nibabel |
my main concern is: Under normal usage of this library, is it still actually broken for arm? just because we disable a test, doesn't mean that everyone is okay; those tests might be revealing that the package makes some assumptions which are broken on arm. at the very least, please comment why those tests are disabled :) |
Sure, updated to disable non-x64 builds for now. |
Added another commit to remove some spurious Python 2-related stuff from an earlier version. |
Motivation for this change
Build is broken due to an unimportant test failing and a few tests erroring due to missing
pytest
.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
nilearn is still broken for unrelated reasons
./result/bin/
)nix path-info -S
before and after)