We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddebd77 commit b133de6Copy full SHA for b133de6
pyproject.toml
@@ -56,5 +56,8 @@ filterwarnings= [
56
# When there is no loop running.
57
# We could eventually find a way to make sure these are only created
58
# when there is a running event loop.
59
- "ignore:There is no current event loop:DeprecationWarning:zmq"
+ "ignore:There is no current event loop:DeprecationWarning:zmq",
60
+
61
+ # Workaround for imp used in ipykernel
62
+ "ignore:the imp module is deprecated in favour of importlib:DeprecationWarning"
63
]
0 commit comments