Skip to content

Commit 41aebcf

Browse files
committed
test: fix warning on 3.11 5.0
1 parent 6af8015 commit 41aebcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ filterwarnings = [
2222
# jupyter-client throws this
2323
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
2424
'ignore:datetime\.datetime\.utcnow\(\) is deprecated:DeprecationWarning',
25+
# Sphinx triggers this
26+
'''ignore:'imghdr' is deprecated and slated for removal in Python 3\.13:DeprecationWarning''',
2527
]
2628

2729
[project]

0 commit comments

Comments
 (0)