Skip to content

Commit 1f1cd44

Browse files
Carreauianthomas23
authored andcommitted
Check ignores warnings are still relevant. (#1340)
1 parent f16220b commit 1f1cd44

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,25 +167,15 @@ filterwarnings= [
167167

168168
# Ignore our own warnings
169169
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",
170-
"ignore:has moved to ipyparallel:DeprecationWarning",
171170

172171
# IPython warnings
173172
"ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning",
174173
"ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
175174
"ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
176175

177176
# Ignore jupyter_client warnings
178-
"ignore:unclosed <socket.socket:ResourceWarning",
179-
"ignore:unclosed event loop:ResourceWarning",
180-
"ignore:There is no current event loop:DeprecationWarning",
181177
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
182178

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

0 commit comments

Comments
 (0)