Skip to content

Commit

Permalink
ci: Attempt to specify which warnings to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Dec 4, 2023
1 parent 75e3e88 commit a84701b
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 @@ -103,7 +103,7 @@ follow_imports = 'skip'
xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning",
"ignore::DeprecationWarning:datetime.*",
]

[tool.coverage.run]
Expand Down

0 comments on commit a84701b

Please sign in to comment.