-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
patool: init at 1.12 #73209
patool: init at 1.12 #73209
Conversation
sha256 = "15qhrc2fl82pyp9w5s2s7d5cihm0zi988qpmysyfsfz1pzw0q673"; | ||
}; | ||
|
||
doCheck = false; |
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 is a last resort, please check out source if the pypi doesn't have tests in it, and if neither have tests, then please give a comment saying so
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.
Okay, so patool
does have tests, has some really complicated requirements-test.txt
, that I was unable to reproduce. Should we skip it for now?
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.
Many of those error doesn't seem to be caused by missing package: I think that is rather because there should the tests/data folder, that doesn't (for any reason) doesn't exist. They should be removed when updating to pip, as they are present in the github repo.
Closes NixOS#64778.
e93b9ea
to
c94ed8e
Compare
Thank you for your contributions.
|
I've packaged patool as part of portmod here : #98093 |
Thanks @marius851000 ! |
Motivation for this change
Closes #64778.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @
This change is