File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,16 @@ filterwarnings = [
164164 " error::tables.UnclosedFileWarning" ,
165165 " ignore:`np.MachAr` is deprecated:DeprecationWarning" ,
166166 " ignore::ctapipe.core.provenance.MissingReferenceMetadata" ,
167+ # inside matplotlib, already fixed but occurs in "oldest-deps" tests
168+ " ignore:'parseString':DeprecationWarning:matplotlib" ,
169+ " ignore:'resetCache':DeprecationWarning:matplotlib" ,
170+ " ignore:'oneOf':DeprecationWarning:matplotlib" ,
171+ " ignore:'leaveWhiteSpace':DeprecationWarning:matplotlib" ,
172+ " ignore:'setName':DeprecationWarning:matplotlib" ,
173+ " ignore:'setParseAction':DeprecationWarning:matplotlib" ,
174+ " ignore:'endQuoteChar':DeprecationWarning:matplotlib" ,
175+ " ignore:'unquoteResults':DeprecationWarning:matplotlib" ,
176+ " ignore:'parseAll':DeprecationWarning:pyparsing" ,
167177]
168178norecursedirs = [
169179 " .git" ,
You can’t perform that action at this time.
0 commit comments