-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
pythonPackages.mahotas: skip test_moments.test_normalize
testcase
#46793
Conversation
@GrahamcOfBorg build python27Packages.mahotas python36Packages.mahotas |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
Failure on x86_64-linux (full log) Attempted: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
I can reproduce the python2 test failure locally, so let's disable that as well. |
…texture.test_haralick3d` testcase As stated in NixOS#46368, this package seems to have issues with impure tests (reported in luispedro/mahotas#97). Unfortunately the `release-18.09` job on Hydra fails at the attempt to build this package since `test_moments.test_normalize1` and `test_texture.test_haralick3d` breaks. Until the root cause is identified, we skip the disabled tests to ensure that the resulting package is not entirely broken (which can't be confirmed with `doCheck = false`). See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux See https://logs.nix.ci/?key=nixos/nixpkgs.46793&attempt_id=b85a638d-dcb0-41d3-ab2a-9616a3bb0175 /cc @xeji @luispedro
713d080
to
b6f61e4
Compare
@xeji done :) |
Thanks! |
Failure on aarch64-linux (full log) Attempted: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
aarch64 failure is in a dependency, let's ignore it for now. |
Let's hope this work on Hydra as well 😄 |
…texture.test_haralick3d` testcase (#46793) As stated in #46368, this package seems to have issues with impure tests (reported in luispedro/mahotas#97). Unfortunately the `release-18.09` job on Hydra fails at the attempt to build this package since `test_moments.test_normalize1` and `test_texture.test_haralick3d` breaks. Until the root cause is identified, we skip the disabled tests to ensure that the resulting package is not entirely broken (which can't be confirmed with `doCheck = false`). See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux See https://logs.nix.ci/?key=nixos/nixpkgs.46793&attempt_id=b85a638d-dcb0-41d3-ab2a-9616a3bb0175 /cc @xeji @luispedro (cherry picked from commit 5f2eacc)
backported: ff791c8 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: python27Packages.mahotas, python36Packages.mahotas Partial log (click to expand)
|
Motivation for this change
As stated in #46368, this package seems to have issues with impure tests
(reported in luispedro/mahotas#97).
Unfortunately the
release-18.09
job on Hydra fails at the attempt tobuild this package since
test_moments.test_normalize1
breaks. Untilthe root cause is identified, we skip the disabled tests to ensure that
the resulting package is not entirely broken (which can't be confirmed
with
doCheck = false
).See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux
See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)