We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7129c1 commit 6af8015Copy full SHA for 6af8015
pyproject.toml
@@ -19,6 +19,9 @@ filterwarnings = [
19
'ignore:The frontend\.OptionParser class will be replaced:DeprecationWarning',
20
'ignore:The frontend\.Option class will be removed:DeprecationWarning',
21
'ignore:nodes\.Node\.traverse\(\) is obsoleted by Node\.findall\(\):PendingDeprecationWarning',
22
+ # jupyter-client throws this
23
+ 'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
24
+ 'ignore:datetime\.datetime\.utcnow\(\) is deprecated:DeprecationWarning',
25
]
26
27
[project]
0 commit comments