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
A recent issue alerted me to the fact that the test suite was not
detecting Python deprecation warnings. Turning them on, alas, revealed
that `astropy` and `pandas` were both triggering warnings on their own,
killing the tests. Here we upgrade them to safe versions, then turn on
deprecation warnings, hopefully permanently.
(Also: so that the test script works in a minimal container, have it
skip running git if git is not installed.)
0 commit comments