Skip to content

Commit

Permalink
Add reference to upstream Cloup issue. Refs janluke/cloup#127
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 21, 2022
1 parent b1d79d1 commit 74c813f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion click_extra/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ def _run(cli, *args, env=None, color=None):
return _run


# TODO: Report upstream to cloup.
# XXX Support for decorator without parenthesis in Cloup has been reported upstream:
# https://github.com/janluke/cloup/issues/127
skip_naked = pytest.mark.skip(reason="Naked decorator not supported yet.")


Expand Down

0 comments on commit 74c813f

Please sign in to comment.