Skip to content

Commit f099fe3

Browse files
committed
Skip test with click 7.x
We should drop support for this, but for now skip the failing test. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 82b5bcd commit f099fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_formatter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def foobar(bar):
287287
'\n'.join(output),
288288
)
289289

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

0 commit comments

Comments
 (0)