Replies: 2 comments 1 reply
-
I can confirm this issue with the upcoming 8.2.0 release: default value and for flags are messed up unless Can we transform this discussion into an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, Thank you everyone for taking care of click! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I open this discussion because I don't now if it is a regression or a new (undocumented?) feature in new click 8.2.0.
Recently, Debian uploaded click 8.2.0 in unstable and there is a bug report [1] to understand whether to reintroduce 8.1.8 version or patch out all reverse dependencies that spot failures in their tests.
After changing:
click/tests/test_basic.py
Lines 225 to 237 in 5dd6288
to:
the test fails:
but the same test pass against click 8.1.8
I noticed this behavior after seeing test failures in httpx [2] that declares:
https://github.com/encode/httpx/blob/ce7a6e91fbcaae8b8e5d8df5865a95a9b75acb64/httpx/_main.py#L436-L443
Please note that I'm not the maintainer for click in Debian, @ppentchev is (He's the appropriate person to evaluate the click status and tagged consequently).
Thanks for your work.
Kind Regards
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098507
[2] https://ci.debian.net/packages/h/httpx/testing/amd64/58300723/
Beta Was this translation helpful? Give feedback.
All reactions