-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
v4.0 RC testing
You can install the RC with e.g.:
pip install astropy==4.0rc2
or if the above command does not work yet
pip install git+https://github.com/astropy/[email protected]
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.6+ installed:
pip download astropy==4.0rc2
tar xzf astropy-4.0rc2.tar.gz
cd astropy-4.0rc2
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 checkout the v4.0rc1
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.7.5 | OSX 10.13.6 | two doctest failures, don't see it elsewhere (due to SunPy) | no | |
Derek Homeier (@dhomeier) | 3.6.9, 3.6.10 | OSX 10.12.6 | #9699 | 2 open_files Errors | no |
Derek Homeier (@dhomeier) | 3.7.5, 3.7.6 | OSX 10.12.6 | #9699 | 3 open_files Errors | no |
Ole Streicher (@olebole) | 3.8.0, 3.7.5 | Debian 11 (several archs) |
|
Latest logs |
|
Name (real or Github) | Python version(s) | OS | Issue(s) | Notes | Release Critical |
---|---|---|---|---|---|
P. L. Lim (@pllim) | 3.7.4 | Windows 10 (64-bit) | |||
Derek Homeier (@dhomeier) | 3.8.0, 3.8.1 | OSX 10.12.6 | 4 open_files Errors | no |
Name (real or Github) | Python version(s) | OS | Issue(s) | Notes | Release Critical |
---|---|---|---|---|---|
Brigitta Sipocz (@bsipocz) | 3.7.4 | OSX 10.13.6 | #9627 | Not release critical | |
P. L. Lim (@pllim) | 3.7.3 | RHEL 7 64-bit | #9627 | Not release critical | |
P. L. Lim (@pllim) | 3.7.4 | Windows 10 64-bit | #9634 | No jplephem installed | Not release critical |
@saimn | 3.8.0 | Archlinux (64-bit) | #9629 | Not release critical | |
Derek Homeier (@dhomeier) | 3.6.9 | OSX 10.12.6 | #9629,#9683,#9699,#9700 | +6 open_files, #9705 | Not release critical |
Derek Homeier (@dhomeier) | 3.7.5 | OSX 10.12.6 | #9629,#9683,#9699,#9700 | +9 open_files, #9705 | Not release critical |
Derek Homeier (@dhomeier) | 3.8.0 | OSX 10.12.6 | #9629,#9683,#9700 | +9 open_files, #9705 | Not release critical |
Ole Streicher (@olebole) | 3.8.0, 3.7.5 | Debian 11 (several archs) |
|
Logs | partially RC |
Name (real or Github) | Python version(s) | OS | Issue(s) | Notes |
---|---|---|---|---|
Erik Tollerud (@eteq) | 3.8.0 | OSX 10.11.6 | pytest-astropy from conda-forge didn't work (but it worked fine from pip so I don't consider it a failure) | |
Zé Vinícius (@mirca) | 3.7.3 | OSX 10.14.6 |
Package name | name (real or Github) | yea or nay | Notes, links to travis, etc |
---|---|---|---|
photutils | Brigitta Sipocz (@bsipocz) | Y | |
astroquery | Brigitta Sipocz (@bsipocz) | N | Issues with caching, but only affects the test suite, not user-facing functionality |
ccdproc | Brigitta Sipocz (@bsipocz) | N | real failures with nddata and low_level_wcs: ccdproc/#707 |
regions | Brigitta Sipocz (@bsipocz) | Y | |
reproject | Brigitta Sipocz (@bsipocz) | Y | unrelated doctest failure |
specutils | Travis CI | N (but not Astropy's fault?) | Tons of failures, due primarily to wcs and modeling. Most (probably all?) seem to be not Astropy per se but rather how it's being used. fixes tracked in specutils#553 |
astropy-healpix | Brigitta Sipocz (@bsipocz) | Y | unrelated doctest failure |
astroML | Brigitta Sipocz (@bsipocz) | Y | |
astroplan | |||
asdf | Nadia Dencheva (@nden) | Y | |
gammapy | Brigitta Sipocz (@bsipocz) | Y | I didn't have all dependency/data installed, but no issues pops up (748 passed, 447 skipped, 2 xfailed) |
gwcs | Nadia Dencheva (@nden) | Y | |
jwst | James Davies (@jdavies-st) | Y | |
pyvo | Brigitta Sipocz (@bsipocz) | Y | |
sunpy | |||
synphot | P. L. Lim (@pllim) | Y | synphot#226 |
stsynphot | P. L. Lim (@pllim) | Y | stsynphot#93 |
crds | Todd Miller (@jmiller) | Y |