Skip to content
Nicholas Earl edited this page Dec 11, 2015 · 57 revisions

Reporting of v1.1 Release Candidate

You can install/test the RC with e.g. pip install astropy==1.1rc2 and the python -c "import astropy;astropy.test()" (Or python -c "import astropy;astropy.test(remote_data=True)" to also run the internet-using tests).

Or if you don't want to install (and/or want to test the docs files, too), you can do:

pip install -d . astropy==1.1rc2
tar xzf astropy-1.1rc2.tar.gz
cd astropy-1.1rc2
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

=========== 9886 passed, 147 skipped, 45 xfailed, 2 xpassed in 304.61 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 v1.1rc2 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.

RC2

Failures

Name (real or Github) Python version(s) OS Issue(s) Notes Release Critical
Erik Tollerud (@eteq) 3.5.1 (conda) OS X 10.10 1 remote: #4378 no
Tom Robitaille (@astrofrog) 3.5.1 OS X 10.8 2 errors: #4380 - 1 remote: #4378 no
Erik Tollerud (@eteq) 3.5.1 Ubuntu 15.10 2 remote (1 transient): #4378, #4382(transient) no
Pey Lian Lim (@pllim) 3.5.1 RHEL6 64bit 1 remote: #4378 no
Matt Craig (@mwcraig) 2.7.11 (conda) Windows 7 x64 1 error: #4388 no
Larry Bradley (@larrybradley) 3.5.1 OS X 10.10.5 1 remote: #4378 no

Successes

Name (real or Github) Python version(s) OS Issue(s) Notes
Erik Tollerud (@eteq) 2.7 OS X 10.10
Brigitta Sipocz (@bsipocz) 2.7 OS X 10.6 32bit
Tom Robitaille (@astrofrog) 2.7.11 OS X 10.8
Ole Streicher (@olebole) 2.7, 3.4, 3.5 Debian unstable Architectures: amd64, arm64, armel, armhf, i386, ppc, ppc64el, s390x, ppc64, x32; only local tests; #4336 set to xfail
Erik Tollerud (@eteq) 2.7.10 Ubuntu 15.10
Andrew Hearin (@aphearin) 2.7.10 OS X 10.8
Brigitta Sipocz (@bsipocz) 2.7.10, 3.4.3 OS X 10.10
Jonathan Eisenhamer (@stscieisenhamer) 3.5.1 OS X 10.10.5 conda 3.18.6
Jonathan Eisenhamer (@stscieisenhamer) 2.7.11 OS X 10.10.5 conda 3.18.6, #4383
Pey Lian Lim (@pllim) 2.7.10 RHEL6 64bit
Larry Bradley (@larrybradley) 2.7.11 OS X 10.10.5
Nicholas Earl (@nmearl) 2.7.11 OS X 10.10.5 conda 3.18.9

RC1

Failures

Name (real or Github) Python version(s) OS Issue(s) Notes Release Critical
Brigitta Sipocz (@bsipocz) 2.7 Ubuntu 14.04LTS Remote: 2 fails of #4347 [Remote 7 fails 2 errors due to #4349](https://gist.github.com/bsipocz/0b1469523378eb9fe6d7) No
Brigitta Sipocz (@bsipocz) 3.4 Ubuntu 14.04LTS 2 fails of [1] and #4348 [Remote 8 fails 2 errors due to #4349](https://gist.github.com/bsipocz/9cd34e75f0cbb4f4ad15) No
@olebole 2.7 Debian unstable vo_test:test_string_test, #4352 on i386
@olebole 2.7 Debian unstable test_ignore_warnings, #4336 on mips, hppa

Successes

Name (real or Github) RC# Python version(s) OS Issue(s) Notes
Brigitta Sipocz (@bsipocz) 2.7 OS X Yosemite [Remote 7 fails, 2 errors, due to #4349](https://gist.github.com/bsipocz/95012b38032a31392f45)
Brigitta Sipocz (@bsipocz) 3.4 OS X Yosemite [Remote 26 fails, 2 errors, due to #4349](https://gist.github.com/bsipocz/eef164a9a31acfeb965b)
@olebole 2.7, 3.4, 3.5 Debian unstable Architectures: amd64, arm64, armel, armhf, ppc, ppc64el, s390x, alpha, GNU Hurd, x32; only local tests
@larrybradley 2.7, 3.5 OS X Yosemite some failures with remote data
@eteq 2.7, 3.4 OS X Yosemite transient remote data failures due to server-side issues
@eteq 2.7, 3.5 Ubuntu 15.10

Questions and Notes

  1. Test run with mpl 1.3.1, upgrading it get rids of the deprecation warning error. Should we state a min mpl version number required?
  2. Failed to install on Windows (see #3188 and #4385).
Clone this wiki locally