Skip to content

Commit

Permalink
fix: Ignore unrelated testing error to filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Dec 1, 2023
1 parent 9d51a36 commit 4b96920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ follow_imports = 'skip'

[tool.pytest.ini_options]
xfail_strict = true
filterwarnings = "error"
filterwarnings = [
"error",,
"ignore::DeprecationWarning:datetime.datetime"
]

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit 4b96920

Please sign in to comment.