8000 make tests compatible with click 8.2.0 by stanislavlevin · Pull Request #260 · omnilib/ufmt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

make tests compatible with click 8.2.0 #260

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stanislavlevin
Copy link

mix_stderr has been removed from click 8.2.0:

https://click.palletsprojects.com/en/stable/changes/#version-8-2-0

Keep stdout and stderr streams independent in CliRunner. Always
collect stderr output and never raise an exception. Add a new output
stream to simulate what the user sees in its terminal. Removes the
mix_stderr parameter in CliRunner. #2522 #2523

Fixes: #259

mix_stderr has been removed from click 8.2.0:

https://click.palletsprojects.com/en/stable/changes/#version-8-2-0

> Keep stdout and stderr streams independent in CliRunner. Always
  collect stderr output and never raise an exception. Add a new output
  stream to simulate what the user sees in its terminal. Removes the
  mix_stderr parameter in CliRunner. #2522 #2523

Fixes: omnilib#259
Signed-off-by: Stanislav Levin <slev@altlinux.org>
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.

[self-tests] tests fail against click 8.2.0+
1 participant
0