Skip to content

Commit 1a1a2d6

Browse files
sebasticBas Couwenberg
and
Bas Couwenberg
authored
Don't treat warnings as errors. (#640)
Importing dateutil.parser causes a DeprecationWarning. Co-authored-by: Bas Couwenberg <sebastic@debian.org>
1 parent 6e49132 commit 1a1a2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ select = ["E", "F", "W", "I"]
109109

110110
[tool.pytest.ini_options]
111111
markers = "vcr: records network activity"
112-
addopts = "--benchmark-skip -Werror --block-network"
112+
addopts = "--benchmark-skip --block-network"
113113

114114
[tool.mypy]
115115
show_error_codes = true

0 commit comments

Comments
 (0)