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 Nov 30, 2023
1 parent 9d51a36 commit 63218bb
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:datetime.datetime.utcfromtimestamp() is deprecated:DeprecationWarning"
]

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

0 comments on commit 63218bb

Please sign in to comment.