Skip to content

Commit b133de6

Browse files
committed
ingore imp import
1 parent ddebd77 commit b133de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ filterwarnings= [
5656
# When there is no loop running.
5757
# We could eventually find a way to make sure these are only created
5858
# when there is a running event loop.
59-
"ignore:There is no current event loop:DeprecationWarning:zmq"
59+
"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"
6063
]

0 commit comments

Comments
 (0)