Skip to content

Commit ff74a6f

Browse files
authored
Check ignores warnings are still relevant. (#1340)
1 parent 367d3d0 commit ff74a6f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pyproject.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -166,29 +166,14 @@ timeout = 60
166166
filterwarnings= [
167167
# Fail on warnings
168168
"error",
169-
170-
# Ignore our own warnings
171-
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",
172-
"ignore:has moved to ipyparallel:DeprecationWarning",
173-
174169
# IPython warnings
175170
"ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning",
176171
"ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
177172
"ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
178173

179174
# Ignore jupyter_client warnings
180-
"ignore:unclosed <socket.socket:ResourceWarning",
181-
"ignore:unclosed event loop:ResourceWarning",
182-
"ignore:There is no current event loop:DeprecationWarning",
183-
"ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning",
184175
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
185176

186-
# Ignore datetime warning.
187-
"ignore:datetime.datetime.utc:DeprecationWarning",
188-
189-
# https://github.com/python-trio/trio/issues/3053
190-
"ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.",
191-
192177
# ignore unclosed sqlite in traits
193178
"ignore:unclosed database in <sqlite3.Connection:ResourceWarning",
194179

0 commit comments

Comments
 (0)