astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
239 stars 133 forks source link

Travis-CI failure #197

Closed larrybradley closed 9 years ago

larrybradley commented 9 years ago

travis-ci is currently failing because apt-get is not finding graphviz: https://travis-ci.org/astropy/photutils/jobs/43556019#L211

It's looking for http://security.ubuntu.com/ubuntu/pool/main/g/graphviz/graphviz_2.26.3-10ubuntu1.1_amd64.deb (which doesn't exist). It appears that graphviz was updated today (2014-12-09) to graphviz_2.26.3-10ubuntu1.2_amd64.deb. I don't think there anything we can do to fix this except wait for the package index to be updated(?). I'll restart the test again tomorrow.

cdeil commented 9 years ago

I'm getting the same error in Gammapy: https://travis-ci.org/gammapy/gammapy/jobs/43580144

@larrybradley @astrofrog @Cadair Any idea how to fix this or where we need to complain to get this fixed?

astrofrog commented 9 years ago

I'm trying c9d950be491ae6d51be1f9e0a4c1132618733b4b out:

https://travis-ci.org/astropy/photutils/builds/43581494

Let's see how that goes.

Cadair commented 9 years ago

Always update your apts! Hopefully that will sort it.

astrofrog commented 9 years ago

Seems to work, will add it to Astropy too

cdeil commented 9 years ago

c9d950b also solved the issue for Gammapy: https://travis-ci.org/gammapy/gammapy/builds/43596376

I guess we should update the .travis.yml files for all affiliated packages to spare others from having to figure this out?