Skip to content

Conversation

dogukancagatay
Copy link
Contributor

@dogukancagatay dogukancagatay commented Aug 30, 2025

Fixes test failure in test_bad_config caused by Click 8.2.0+ behavior change. Click 8.2.0+ now keeps stdout and stderr streams separate by default.

Fixes #1308

@dogukancagatay dogukancagatay force-pushed the fix-test-bad-config branch 4 times, most recently from 3a2a6c0 to 1ce472b Compare August 30, 2025 21:57
Fix test failure in test_bad_config caused by Click 8.2.0+ behavior
change. Click 8.2.0+ now keeps stdout and stderr streams separate by
default.

Maintains backward compatibility.
Copy link
Collaborator

@dbanty dbanty left a comment

Choose a reason for hiding this comment

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

Thanks!

@dbanty dbanty added this pull request to the merge queue Aug 30, 2025
Merged via the queue into openapi-generators:main with commit e3f907b Aug 30, 2025
22 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.

Test failure in test_bad_config due to Click 8.2.0 breaking change

2 participants