Skip to content

Fix tests for click >= 8.2.0 #187

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

Merged
merged 1 commit into from
May 28, 2025
Merged

Fix tests for click >= 8.2.0 #187

merged 1 commit into from
May 28, 2025

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 28, 2025

Update the tests for click >= 8.2.0, by checking the combined "output" attribute for the error message. With click >= 8.2.0, errors are emitted to stderr rather than stdout -- checking the combined output achieves compatibility with both version ranges.

Fixes #186

Update the tests for click >= 8.2.0, by checking the combined "output"
attribute for the error message.  With click >= 8.2.0, errors are
emitted to stderr rather than stdout -- checking the combined output
achieves compatibility with both version ranges.

Fixes timvink#186
@timvink timvink merged commit 666bee0 into timvink:master May 28, 2025
15 checks passed
@mgorny mgorny deleted the click82 branch May 28, 2025 18:28
@mgorny
Copy link
Contributor Author

mgorny commented May 28, 2025

Thanks!

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.

Test regression with click >= 8.2.0
2 participants