Skip to content

Commit e884d88

Browse files
committed
Ignore deprecation warning in tests
1 parent 8de6054 commit e884d88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ filterwarnings = [
238238
'ignore:unclosed database in:ResourceWarning', # internal should be fixed
239239
'ignore:ConnectionPlus is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated ConnectionPlus has been removed
240240
'ignore:make_connection_plus_from is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated ConnectionPlus has been removed
241+
'ignore:Model_336 is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated Lakeshore Model_336 and its tests has been removed
241242
]
242243

243244
[tool.ruff]

0 commit comments

Comments
 (0)