Skip to content
T. E. Pickering edited this page May 16, 2022 · 30 revisions

Testing of v5.1 Release Candidate(s)

You can install the RC with e.g.:

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

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

=========== 8949 passed, 115 skipped, 73 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).

RC1

Failures

Name (real or Github) Python version(s) OS Issue(s) Notes Release Critical
olebole 3.9, 3.10 Debian #13202, #13206 on several architectures yes

Successes

Name (real or Github) Python version(s) OS Notes
@saimn 3.9 Archlinux 23921 passed, 108 skipped, 112 xfailed in 1385.14s
@pllim 3.9.7 WSL2/Debian 23457 passed, 137 skipped, 112 xfailed, 120 warnings in 440.00s (0:07:19)
@pllim 3.9.11 Windows 10 23438 passed, 149 skipped, 119 xfailed, 123 warnings in 494.71s (0:08:14)

Testing with coordinated/affiliated/other downstream packages

Package name name (real or Github) success or failure Notes, links to issues, CI, etc
astropy-healpix (Coordinated)
astroquery (Coordinated) @bsipocz Success astroquery#2404
ccdproc (Coordinated) @mwcraig Success Minimum ccdproc version compatible with astropy 5.1 is 2.3.1
photutils (Coordinated) @larrybradley Success Failure photutils#1340, photutils#1345
regions (Coordinated) @larrybradley Success regions#460
reproject (Coordinated)
specutils (Coordinated)
specreduce (Coordinated, pending) @tepickering Success specreduce#1340
jdaviz @pllim Success jdaviz#1302
ginga @pllim Success ginga#1008
stginga @pllim Success stginga#224
wss_tools @pllim Success wss_tools#92
synphot_refactor @pllim Success synphot_refactor#329
stsynphot_refactor @pllim Success stsynphot_refactor#160
acstools @pllim Success acstools#161
reftools @pllim Success reftools#55
stsci.tools @pllim Success stsci.tools#147
baseband @mhvk Success
pycbc @ahnitz Success pycbc#4021
Clone this wiki locally