Skip to content

Commit 50a66b9

Browse files
committed
Ignore PendingDeprecationWarning in test_cli_logging_configuration
1 parent 77c12cf commit 50a66b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async def test_cli(entrypoint):
5252
assert result.stderr.startswith("usage:")
5353

5454

55+
@pytest.mark.filterwarnings("ignore::PendingDeprecationWarning")
5556
async def test_cli_logging_configuration(entrypoint, cli_app):
5657
result = await entrypoint(
5758
"--verbose --log-format {message},yay! --log-format-style { healthchecks"

0 commit comments

Comments
 (0)