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.
1 parent 77c12cf commit 50a66b9Copy full SHA for 50a66b9
tests/integration/test_cli.py
@@ -52,6 +52,7 @@ async def test_cli(entrypoint):
52
assert result.stderr.startswith("usage:")
53
54
55
+@pytest.mark.filterwarnings("ignore::PendingDeprecationWarning")
56
async def test_cli_logging_configuration(entrypoint, cli_app):
57
result = await entrypoint(
58
"--verbose --log-format {message},yay! --log-format-style { healthchecks"
0 commit comments