-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.pytestCheckHook: Add disabledTestFiles option #108529
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff LGTM
but should probably target staging
as this is a commonly used testing hook
/rebase-staging |
bc23356
to
5980752
Compare
@GrahamcOfBorg build python3Packages.pandas |
ofborg does not want to give me a log... |
@GrahamcOfBorg build python3Packages.pandas |
Hey @jonringer @FRidh! As you have both approved of this change, what's keeping it from being merged? Python batch upgrades? If so we should add it to the project. |
I just wanted to verify that there wasn't some edge case which broke some builds, if the pandas build wasn't a false negative, I would have merged a while ago |
was able to build azure-cli locally, pandas got to scipy and i didn't want to finish the build + test |
This doesn't seem to work with more than one file. |
echo "Disabled test file \"$file\" does not exist. Aborting" | ||
exit 1 | ||
fi | ||
args+=" --ignore=$file" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems problematic if the filename contains whitespace.
How does it fail? |
E.g.
|
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)