Skip to content

Commit a1c12c5

Browse files
committed
MNT: link follow up issue
1 parent 88f1cf7 commit a1c12c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)