Skip to content
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

Additional help for option --pip-args #1131

Merged
merged 6 commits into from
Dec 3, 2023

Conversation

johanwiden
Copy link
Contributor

@johanwiden johanwiden commented Dec 3, 2023

  • [ x] I have added an entry to docs/changelog.md

Summary of changes

Added usage example to help for option --pip-args

Closes #1009

Test plan

Tested by running
python3 src/pipx install --help

Tested by running
I also tried running 'nox -s tests-3.11' but that resulted in error:
Successfully downloaded zest.releaser==8.0.0
ERROR downloading Weblate==4.3.1
Collecting Weblate==4.3.1
Downloading Weblate-4.3.1-py3-none-any.whl (24.3 MB)
━━━━━━━━━━━━━━━━━━━━╸ 12.6/24.3 MB 1.4 MB/s eta 0:00:09

ERROR: Exception:
Traceback (most recent call last):

# command(s) to exercise these changes
  python3 src/pipx install --help

@dukecat0
Copy link
Member

dukecat0 commented Dec 3, 2023

I personally think this should be added in docs/examples.md instead.

@johanwiden
Copy link
Contributor Author

johanwiden commented Dec 3, 2023 via email

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Jason Lam <meowmeowcat1211@gmail.com>
@gaborbernat gaborbernat merged commit 28ffb99 into pypa:main Dec 3, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipx install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ some-package
3 participants