We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_click_version
1 parent 4a05271 commit 7266c38Copy full SHA for 7266c38
tests/test_test_tools/test_click_testing.py
@@ -105,7 +105,7 @@ def test_click_version():
105
When this tests fails you need to ensure that the current versions implementation
106
of the click.testing.CliRunner remains compatible with our monkey-patched version
107
"""
108
- assert click.__version__ == "8.1.7", message
+ assert click.__version__ == "8.1.8", message
109
110
111
@pytest.mark.parametrize("mix_stderr", [True, False])
0 commit comments