Skip to content

Commit

Permalink
ignore datetime warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 10, 2023
1 parent 9bdabc8 commit 564e9d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies = [
"pyzmq>=23.0",
"tornado>=6.2",
"traitlets>=5.3",
# from python-dateutil
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
"ignore:datetime.datetime.utcnow:DeprecationWarning",
]

[[project.authors]]
Expand Down

0 comments on commit 564e9d5

Please sign in to comment.