From c7e1c81940b8b0dec1b94bcc6d4b29150148513f Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 12 Feb 2024 05:49:45 +0100 Subject: [PATCH] Don't treat warnings as errors. Importing dateutil.parser causes a DeprecationWarning. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 160894ff..6c215290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ select = ["E", "F", "W", "I"] [tool.pytest.ini_options] markers = "vcr: records network activity" -addopts = "--benchmark-skip -Werror --block-network" +addopts = "--benchmark-skip --block-network" [tool.mypy] show_error_codes = true