Skip to content

Commit 183a088

Browse files
committed
Note why warnings are allowed
1 parent ff80312 commit 183a088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ filterwarnings = [
240240
'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning', # jupyter
241241
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning', # ipykernel 3.13+
242242
'ignore:unclosed database in:ResourceWarning', # internal should be fixed
243-
'ignore:ConnectionPlus is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning',
244-
'ignore:make_connection_plus_from is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning',
243+
'ignore:ConnectionPlus is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated ConnectionPlus has been removed
244+
'ignore:make_connection_plus_from is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated ConnectionPlus has been removed
245245
]
246246

247247
[tool.ruff]

0 commit comments

Comments
 (0)