Skip to content

Commit

Permalink
ignore warning from dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Dec 15, 2023
1 parent 895ae20 commit 97de8a0
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 @@ -10,7 +10,10 @@ addopts = [
"--strict-markers",
]
markers = ["online"]
filterwarnings = ["error"]
filterwarnings = [
"error",
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning'''
]

[tool.ruff]
select = [
Expand Down

0 comments on commit 97de8a0

Please sign in to comment.