-
Notifications
You must be signed in to change notification settings - Fork 417
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
Fix passing constraints file path into pipx install
operation via --pip-args
#1390
Conversation
pipx install
command using --pip-args
(#1389)pipx install
command using --pip-args
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.
Thanks for catching this! Please also extend the docstring of the changed function.
I have considered this |
47f4b58
to
138fa87
Compare
6bd33c5
to
d9d8663
Compare
pipx install
command using --pip-args
pipx install
operation via --pip-args
Great, let's get down to business once again, then. Don't fail to inform us about your XONSH compatibility research. |
sure, hope to do so soon... |
677d47b
to
919d7e9
Compare
hey, so I wrote a test, but i will glad if you help me with a question... the test right now is not passing and I dont understand why. then I want to add a check for installing the right constraint from the file. and if I run similar command on my terminal its working, so im trying to understand what is the different? |
understand the catch, add |
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.
Thanks for adding the tests.
ec8ed19
to
d45a72e
Compare
c2764bb
to
d77d362
Compare
45b925b
to
cc6a26f
Compare
Its seems that the tests fails exactly on what I was trying to tell you on the pip args split... that the splitting does now working on the workflow, as it does now working on my terminal (xonsh). do you have a clue why does it happening? |
Hey again @chrysle I was a little bit busy, I would like to keep going and finish this please. We discussed about that thing with the Please review it, and let me know if you still don't want the striping on the pip args. |
Looks good. Please add a comment to the code explaining why it is necessary, then I think this is mergeable. |
Thanks, done. |
Thanks! |
as per pypa/pipx#1390 the issue should be fixed in the next release, so we specify this here
as per pypa/pipx#1390 the issue should be fixed in the next release, so we specify this here
closes #1389
changelog.d/
(if the patch affects the end users)Summary of changes
Fix error with
pipx install
Command Using Relative Path for Pip ArgumentsTest plan
Tested by running