We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa86f41 commit 0ab2d9bCopy full SHA for 0ab2d9b
pyproject.toml
@@ -60,5 +60,5 @@ filterwarnings= [
60
# When we run ipcluster and then run the tests we get this warning
61
"ignore:Widget.* is deprecated:DeprecationWarning",
62
# Deprecated in Python 3.12. Warnings from use in jupyter_client.
63
- "ignore:datetime.utcnow.* is deprecated:DeprecationWarning",
+ "ignore:.*datetime.utcnow.* is deprecated:DeprecationWarning",
64
]
0 commit comments