Skip to content

Commit

Permalink
Don't treat warnings as errors. (#640)
Browse files Browse the repository at this point in the history
Importing dateutil.parser causes a DeprecationWarning.

Co-authored-by: Bas Couwenberg <[email protected]>
  • Loading branch information
sebastic and Bas Couwenberg authored Feb 12, 2024
1 parent 6e49132 commit 1a1a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a1a2d6

Please sign in to comment.