-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
ruff: 0.9.1 -> 0.9.2 #374335
ruff: 0.9.1 -> 0.9.2 #374335
Conversation
|
I'm getting error trying to build ruff on $ nix build github:NixOS/nixpkgs/2599327bc48f151f3c725a4a92902561af98da73#ruff
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/aarch64-apple-darwin/debug/deps/ruff_annotate_snippets-b3a6163140783f37)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/examples.rs (target/aarch64-apple-darwin/debug/deps/examples-3fcb7328bd21c94f)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
Running tests/fixtures/main.rs (target/aarch64-apple-darwin/debug/deps/fixtures-e8e11b634bb8a8d8)
error: unexpected argument '--skip=added_package' found
Usage: fixtures-e8e11b634bb8a8d8 [OPTIONS] [FILTER]
For more information, try '--help'.
error: test failed, to rerun pass `-p ruff_annotate_snippets --test fixtures`
Caused by:
process didn't exit successfully: `/private/tmp/nix-build-ruff-0.9.2.drv-0/source/target/aarch64-apple-darwin/debug/deps/fixtures-e8e11b634bb8a8d8 --test-threads=8 -- --test-threads=8 --skip=added_package --skip=add_search_path --skip=changed_file --skip=changed_versions_file --skip=deleted_file --skip=directory_deleted --skip=directory_moved_to_trash --skip=directory_moved_to_workspace --skip=directory_renamed --skip=hard_links_in_workspace --skip=hard_links_to_target_outside_workspace --skip=move_file_to_trash --skip=move_file_to_workspace --skip=nested_packages_delete_root --skip=new_file --skip=new_ignored_file --skip=removed_package --skip=rename_file --skip=search_path '--skip=unix::changed_metadata' '--skip=unix::symlinked_module_search_path' '--skip=unix::symlink_inside_workspace'` (exit status: 2) |
Some tests fail on darwin.
|
I'm seeing the same error as @DontEatOreo above #374335 (comment) Setting |
Why was this merged so quickly? @GaetanLepage your own nixpkgs-review result shows |
This was definitely a mistake on my end. Also, we have merged the fix quite soon but not |
Things done
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.9.2
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.