-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
v4.2 RC testing
You can install the RC with e.g.:
pip install astropy==4.2rc1
or if the above command does not work yet
pip install git+https://github.com/astropy/astropy.git@v4.2rc1
and test it with (make sure you have the latest version of dependencies pytest-astropy, pytest-doctestplus, pytest-astropy-header installed):
python -c "import astropy; astropy.test(remote_data=True)"
Or if you don't want to install (and/or want to test the docs files, too), you can do the following, assuming you have pytest 3.7+ installed:
pip download astropy==4.2rc2
tar xzf astropy-4.2rc1.tar.gz
cd astropy-4.2rc1
python setup.py test --remote-data
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).
If you are in a hurry and already have the astropy git source set up, you can also just check out the v4.2rc1
tag. Don't forget to fetch the latest changes first (git fetch --all
). Note, though, that the pip
(or downloading the PyPI tarball and installing it) is preferred because that's closer to what users will do.
Name (real or Github) | Python version(s) | OS | Issue(s) | Notes | Release Critical |
---|---|---|---|---|---|
Brigitta Sipocz (@bsipocz) | 3.8.0 | OSX 10.13.6 | two ftp connection timeouts | Not release critical, likely sporadic | |
Brigitta Sipocz (@bsipocz) | 3.7.5 | OSX 10.13.6 | one timeout | Not release critical, likely sporadic | |
Ole Streicher (@olebole) | 3.8.6, 3.9.0 | Debian sid | #11007, #11011 | #11011 on arm (soft float) only | No |
Derek Homeier (@dhomeier) | 3.9.0 | macOS 10.14.7 Fink build | #11016 | 1 failed, 15218 passed, 149 skipped, 61 xfailed, 109 warnings | No |
Derek Homeier (@dhomeier) | 3.8.6 | macOS 10.14.7 Fink build | #11016, #10954 | 1/2 failed, 15215/15214 passed, 151 skipped, 61 xfailed, 106 warnings | No |
Derek Homeier (@dhomeier) | 3.7.9 | macOS 10.14.7 Fink build | #11016 | 1 failed, 15124 passed, 237 skipped, 61 xfailed, 105 warnings | No |
@pllim | 3.8.5 | Windows 10.0.19041 | #9640, #11007, #11030 | 3 failed, 15260 passed, 119 skipped, 71 xfailed, 173 warnings in 404.74s | No |
Name (real or Github) | Python version(s) | OS | Notes |
---|---|---|---|
@olebole | 3.8.6,3.9.0 | Debian sid | Tested on amd64, arm64, armhf, i386, ppc64el, ppc64, s390x, mipsel, m68k, with #11007 disabled |
@pllim | 3.8.3 | RHEL 7.9 (Maipo) | 15288 passed, 104 skipped, 61 xfailed, 172 warnings in 379.88s |
Package name | name (real or Github) | yea or nay | Notes, links to issues, CI, etc |
---|---|---|---|
photutils | Brigitta Sipocz (@bsipocz) | yah | |
astroquery | Brigitta Sipocz (@bsipocz) | yah | |
ccdproc | Brigitta Sipocz (@bsipocz) | yah | There are 4 failures locally when using reproject==0.6, but it't not core release related |
regions | Brigitta Sipocz (@bsipocz) | ??? | Unrelated looking error during test collection |
reproject | Brigitta Sipocz (@bsipocz) | yah | |
jwst | James Davies (@jdavies-st) | yea | |
specutils | |||
astropy-healpix | |||
astroML | |||
sunpy | |||
gammapy | |||
poliastro | Juan Luis Cano (@astrojuanlu) | yea | |
galpy | Jo Bovy (@jobovy) | yea | galpy#1855 |
ginga | @pllim | yah | ginga#908 |
stginga | @pllim | yah | stginga#208 |
synphot | @pllim | yah | synphot#285 |
stsynphot | @pllim | yah | stsynphot#125 |
stsci.tools | @pllim | yah | stsci.tools#127 |
acstools | @pllim | yah | acstools#141 (failure is unrelated) |
reftools | @pllim | yah | reftools#42 |
gwcs | @nden | yes | |
stwcs | @nden | yes |