-
-
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
python3Packages.invocations: init at 2.6.0 #165911
Conversation
Re the test suite for I opened an issue for the invocations test suite here: pyinvoke/invocations#29. It appears to be bc the pytest version in nixpkgs is too recent for invocations, but they also don't specify any version constraints in the dev requirements here: https://github.com/pyinvoke/invocations/blob/main/dev-requirements.txt. And I wasn't able to find any other versions of pytest in nixpkgs to try running on. For posterity's sake here's my attempt at getting the invocations test suite to run: checkInputs = [ invoke mock pytest pytest-relaxed ];
# See https://github.com/pyinvoke/invocations/issues/25 and https://github.com/pyinvoke/invocations/issues/29.
checkPhase = ''
inv test
inv integration
''; |
32b2829
to
5e7bced
Compare
Ok, I believe I've addressed all the comments now. I'll go ahead and merge tomorrow unless anyone objects. |
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 4 packages built:
|
Description of changes
Add
invocations
and its dependencyreleases
.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes