-
-
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
python311Packages.nbmake: disable parallelism #369950
Conversation
@mweinelt Now the python311 version is cached for me too, but when rebuilding on nixos-unstable 1-2 days ago, it attempted to build locally: If this failure is so rare it shouldn't happen in the future (or at least the package will be cached), then I'm fine without disabling the tests as they can be useful to catch other failures. I think we should keep c8cc094 for local builds, it would only cost us about an extra minute of build time. (by the way where do you see that table with eval columns and package rows? What I did before is go on hydra.nixos.org -> nixpkgs -> trunk -> choose an eval -> search for package) |
Instead of choosing an eval, select the jobs tab and search there across multiple evals.
Can we drop the pytest-xdist dependency instead? |
Sure, then we need to disable only one test which consistently fails without ptytest-xdist Build log
Thanks! |
Rebasing to fix merge conflict |
Fixes #369767
I intentionally kept the test related dependencies and workaround after disabling tests, in case we can enable them later.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.