Skip to content

Commit

Permalink
Skip test with click 7.x
Browse files Browse the repository at this point in the history
We should drop support for this, but for now skip the failing test.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed May 14, 2024
1 parent 82b5bcd commit f099fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ def foobar(bar):
'\n'.join(output),
)

@unittest.skipIf(
CLICK_VERSION < (8, 0), 'Click < 8.0.0 does not support this feature'
)
def test_show_default(self):
"""Validate formatting of show_default via context_settings."""

Expand Down

0 comments on commit f099fe3

Please sign in to comment.