Skip to content

Commit 6af8015

Browse files
committed
test: catch warnings on MacOS
1 parent c7129c1 commit 6af8015

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ filterwarnings = [
1919
'ignore:The frontend\.OptionParser class will be replaced:DeprecationWarning',
2020
'ignore:The frontend\.Option class will be removed:DeprecationWarning',
2121
'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',
2225
]
2326

2427
[project]

0 commit comments

Comments
 (0)