v7.0.0 RC testing · astropy/astropy Wiki · GitHub
Skip to content
P. L. Lim edited this page Nov 11, 2024 · 21 revisions

Testing of v7.0.0 Release Candidate(s)

You can install the RC with e.g.:

pip install "astropy[test]==7.0.0rc1"

and test it with:

python -c "import astropy; astropy.test(remote_data=True)"

This will produce a long sequence of dots and letters indicating the test is running. At the end, you should see something like

===========  23723 passed, 239 skipped, 124 xfailed, 1 xpassed, 2 pytest-warnings in 476.85 seconds ===========

If this shows no failures, you can report it in the table below as a "success", otherwise, put it as a "failure" (and if need be you can create an issue in the astropy issue tracker). You can also check that test suites for packages you maintain pass with this RC.

RC1

❌Failures

Name (real or Github) Python version(s) OS Issue(s) Notes Release Critical
@olebole 3.12.7 Debian #17359, #17362 (not reproducible), #17363 (not reproducible) build logs No
@pllim 3.12.2 Ubuntu (WSL2) #16289 1 failed, 28924 passed, 241 skipped, 234 xfailed, 260 warnings No
@pllim 3.12.2 Windows 11 #14791 4 failed, 28864 passed, 298 skipped, 234 xfailed, 141 warnings No

✔️Successes

Name (real or Github) Python version(s) OS Notes

Testing with coordinated/affiliated/other downstream packages

Package name name (real or Github) success or failure Notes, links to issues, CI, etc
ctapipe @maxnoe success Green CI run
stsynphot @pllim success Green CI run
ginga @pllim success Green CI run
stginga @pllim success Green CI run
astrowidgets @pllim success Green CI run
reftools @pllim success Green CI run
stsci.tools @pllim success Green CI run
acstools @pllim success Green CI run
jdaviz @pllim success jdaviz#3278
asdf-astropy @pllim success Needs new release
astropy-healpix @pllim success Green CI run
astroquery @pllim success Needs new release
ccdproc @pllim success Needs new release
photutils @pllim success Green CI run
regions @pllim success Green CI run
reproject @pllim success Green CI run
specreduce @pllim failure specreduce#229
specutils @pllim success Green CI run
sunpy @pllim failure sunpy#7874

Clone this wiki locally