You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building ruff 0.9.2 the build fails during checkPhase with:
Running tests/fixtures/main.rs (target/aarch64-apple-darwin/debug/deps/fixtures-e8e11b634bb8a8d8)
error: unexpected argument '--skip=added_package' found
This is part of the ruff_annotate_snippets test.
I believe that this is "Darwin" only problem, as '--skip=added_package' is only set on Darwin. I also noticed that the two Darwin specific Tests are still queued (for the past 3 days): https://github.com/NixOS/nixpkgs/runs/35724914850
OfBorg / ruff, ruff.passthru.tests on x86_64-darwin
OfBorg / ruff, ruff.passthru.tests on aarch64-darwin
Steps to reproduce
Just add the pkgs.ruff to Darwin setup.
Expected behaviour
ruff should build
Screenshots
No response
Relevant log output
error: unexpected argument '--skip=added_package' foundUsage: 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=14 -- --test-threads=14 --skip=added_package --s
Nixpkgs version
Describe the bug
When building ruff 0.9.2 the build fails during checkPhase with:
This is part of the
ruff_annotate_snippets
test.I believe that this is "Darwin" only problem, as '--skip=added_package' is only set on Darwin. I also noticed that the two Darwin specific Tests are still queued (for the past 3 days):
https://github.com/NixOS/nixpkgs/runs/35724914850
OfBorg / ruff, ruff.passthru.tests on x86_64-darwin
OfBorg / ruff, ruff.passthru.tests on aarch64-darwin
Steps to reproduce
Just add the pkgs.ruff to Darwin setup.
Expected behaviour
ruff should build
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"aarch64-darwin"
Darwin 24.1.0, macOS 15.1.1
yes
no
nix-env (Nix) 2.24.11
/nix/store/gsglmw72a60s328zs3n32i2s5q9yadxb-source
Are you using nix-darwin?
Yes, I am using nix-darwin.
Notify maintainers
@figsoda
@GaetanLepage
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: