File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,10 @@ filterwarnings = [
247247 " error" ,
248248 # https://github.com/astropy/astropy/issues/18126
249249 " ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning" , # not PYTHON_LT_3_14
250+
250251 # warnings showing up in oldestdeps runs (last checked with not PYTHON_LT_3_11)
252+ # TODO: clean up the following filters once warnings are not treated as errors
253+ # anymore in oldestdeps (https://github.com/astropy/astropy/issues/18853)
251254 ' ignore:_SixMetaPathImporter\.find_spec\(\) not found; falling back to find_module\(\):ImportWarning' , # from hypothesis
252255 ' ignore:_SixMetaPathImporter\.exec_module\(\) not found; falling back to load_module\(\):ImportWarning' , # from prompt-toolkit
253256 " ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning" ,
You can’t perform that action at this time.
0 commit comments