Skip to content

Commit 679d40f

Browse files
committed
Update pytest warningfilter
1 parent 6cd3c88 commit 679d40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ filterwarnings =
226226
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
227227
always:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning:sphinx.util.images
228228
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 1.2:DeprecationWarning
229-
always:pkg_resources is deprecated as an API:DeprecationWarning
229+
always:pkg_resources is deprecated as an API
230230
always:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning
231231
always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders[.*]
232232
always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders[.*]

0 commit comments

Comments
 (0)