You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to know what upstream dependencies Astropy currently supports (equivalently: is being tested against), independently of tracking down the testing configuration files and reading those? If that did exist, one could conceive of packaging it in e.g. JSON or YAML format, then dropping those versions into templates of e.g. setup.cfg, tox.ini, .readthedocs.yml, ci_workflows.yml, etc.
Note: "Astropy" could be generalized to any upstream Python dependency that has similar layout as the template, perhaps.
The text was updated successfully, but these errors were encountered:
As asked by @weaverba137 over at astropy/astropy-project#255 (comment)
Is there a way to know what upstream dependencies Astropy currently supports (equivalently: is being tested against), independently of tracking down the testing configuration files and reading those? If that did exist, one could conceive of packaging it in e.g. JSON or YAML format, then dropping those versions into templates of e.g.
setup.cfg
,tox.ini
,.readthedocs.yml
,ci_workflows.yml
, etc.Note: "Astropy" could be generalized to any upstream Python dependency that has similar layout as the template, perhaps.
The text was updated successfully, but these errors were encountered: