Skip to content
Simon Conseil edited this page Jun 20, 2016 · 33 revisions

Testing of v1.2 Release Candidate(s)

You can install the RC with e.g.:

pip install astropy==1.2rc1

and test it with:

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:

pip install -d . astropy==1.2rc1
tar xzf astropy-1.2rc1.tar.gz
cd astropy-1.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

=========== 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.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.

RC1

Failures

Name (real or Github) Python version(s) OS Issue(s) Notes Release Critical
Zé Vinícius (@mirca) 3.5.1 OSX 10.11.5 #5114
Tom Robitaille (@astrofrog) 2.7.3 Ubuntu 12.04 #3380 no
Brigitta Sipocz (@bsipocz) 2.7.6 Ubuntu 14.04 #5077 #5082 no
Nadia Dencheva (@nden) N/A N/A #5087 issue solved yes
Ole Streicher (@olebole) 2.7.11, 3.5.1 Debian sid #4647 no
Ole Streicher (@olebole) 2.7.11, 3.5.1 Debian sid #4336 on MIPS no
Ole Streicher (@olebole) 2.7.11, 3.5.1 Debian sid #3380 on i386 no
Ole Streicher (@olebole) 2.7.11, 3.5.1 Debian sid #5096 on ppc and others no
Simon Conseil (@saimn) 2.7.11, 3.5.1 Archlinux #5098 #5099 no

Successes

Name (real or Github) Python version(s) OS Issue(s) Notes
Emilio Miralles (@je-miralles) 3.5.1 (conda) OS X 10.10 [#5076] (https://github.com/astropy/astropy/issues/5076) issue solved
Brigitta Sipocz (@bsipocz) 3.4.3 Ubuntu 14.04 #5076 #5079 issues solved
Brigitta Sipocz (@bsipocz) 2.7.8 (self built) RHEL 5.11 #5082
Brigitta Sipocz (@bsipocz) 2.7.5 (fink) OSX 10.6.8 #5082
Brigitta Sipocz (@bsipocz) 3.5.1 (conda) RHEL 6.8
Emilio Miralles (@je-miralles) 2.7.11(conda) OS X 10.10
Ole Streicher (@olebole) 2.7.11 Debian sid see above All architectures
Ole Streicher (@olebole) 3.5.1 Debian sid see above All architectures
Pey Lian Lim (@pllim) 2.7.11 (conda) Linux-2.6.32-642.el6. <br> x86_64-x86_64- <br> with-redhat-6.8-Santiago [#5076] (https://github.com/astropy/astropy/issues/5076) issue solved
Pey Lian Lim (@pllim) 3.5.1 (conda) Linux-2.6.32-642.el6. <br> x86_64-x86_64- <br> with-redhat-6.8-Santiago [#5076] (https://github.com/astropy/astropy/issues/5076) issue solved
Clone this wiki locally