-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
python3.pkgs.scipy ignores when tests failed #246453
Comments
Thanks for the report. I have a vague memory that we handled that with Do you want to also fix that failing test before |
Should be fixed in #245935 . Closing. Fixing the failing test can be done in a separate commit, if at all. |
It would be really nice if 01e53f7 had a PR (not just the
?!?!?! This is baffling. If the test fails, the package fails to build, and none of its dependencies can be built. IMHO in a situation like this where tests were ignored, the PR that makes them no longer be ignored needs to either a. Disable the failing tests or ... otherwise the PR is actually increasing the level of breakage... |
Interesting, I wonder how come.. On Hydra and locally I don't get tests failures. That's why I didn't create a PR because I thought (and still think) everything is OK. Let's discuss the details of your failure in a new issue. |
Describe the bug
Test summary info reports that some tests failed, but the package still built
Steps To Reproduce
Steps to reproduce the behavior:
nix build github:yu-re-ka/nixpkgs/b1ec44240c44960791760c86ad9703fbf43d3517#pkgsMusl.python3.pkgs.scipy --impure
Expected behavior
The build should fail if tests fail
Screenshots
Additional context
N/A
Notify maintainers
@doronbehar @FRidh
Metadata
N/A
The text was updated successfully, but these errors were encountered: