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
Which means you are only testing against the latest astropy release. Adding a test suite to test against development version of astropy would future-proof your code and prevent surprise on your end when new version of astropy is released.
If testing against dev is too much for you, at least test against pre-release (i.e., release candidate) when it is available (e.g., pip install astropy -U --pre).
Bonus: Also test against oldest version of important dependencies that you claim you support. For instance, I have doubt that your code really works for astropy 3.0 as you claim in your requirements file.
As far as I can tell, the CI is only pulling this for astropy:
PyAutoGalaxy/requirements.txt
Line 2 in 449d5a1
Which means you are only testing against the latest astropy release. Adding a test suite to test against development version of astropy would future-proof your code and prevent surprise on your end when new version of astropy is released.
If testing against dev is too much for you, at least test against pre-release (i.e., release candidate) when it is available (e.g.,
pip install astropy -U --pre
).Bonus: Also test against oldest version of important dependencies that you claim you support. For instance, I have doubt that your code really works for astropy 3.0 as you claim in your requirements file.
astropy/astropy.github.com#491 (comment)
The text was updated successfully, but these errors were encountered: