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

Only error about missing --target is missing --dry-run. #12217

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

thejcannon
Copy link
Contributor

@thejcannon thejcannon commented Aug 8, 2023

Fixes #12215

Comment on lines +2466 to +2469
assert (
"Can not use any platform or abi specific options unless installing "
"via '--target'" in result.stderr
), str(result)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this test because there wasn't one for this error.

news/12215.bugfix.rst Outdated Show resolved Hide resolved
@uranusjr uranusjr merged commit 7c8425b into pypa:main Sep 6, 2023
24 checks passed
@thejcannon thejcannon deleted the jcannon/issue12215 branch September 6, 2023 11:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--target required for --python-version even though using --ignore-installed --dry-run
2 participants