Skip to content

Commit

Permalink
Ignore utc deprecation warning from sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 20, 2023
1 parent d1adefd commit 9710ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ filterwarnings =
always:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning
always:pkg_resources is deprecated as an API:DeprecationWarning
always:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning
always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning
markers = sphinx
[testenv:py312-sphinx{3.2,3.3,3.4,3.5}]
Expand Down

0 comments on commit 9710ff8

Please sign in to comment.