Closed bsipocz closed 9 years ago
It seems that astropy-helpers
triggers it, rebuilding the current master with the latest astropy-dev and helpers v1.0.3 works fine for the whole travis matrix. https://travis-ci.org/bsipocz/photutils/builds/84202936
cc @embray as he may know the trick, and also this may effect other affiliated packages.
Except it looks like you're actually getting some numerical differences in some tests...
See https://github.com/astropy/photutils/pull/286 for the fix.
Ohh, OK, now I see. Somehow it's a bit confusing why we didn't see these fails with the old helper even though using the same astropy dev master. Also the fact that the rst files are not picked up by the py3 test run added to my confusion, as these apparently fails with py3, too, travis just simply fails to notice it.
The doctests don't run with python 3
yet. And we don't test python 2.6
with astropy dev
. So, the only failing test was python 2.7
with astropy dev
.
Did the old astropy-helpers
actually run the doctests?
Yes, you're right it didn't run the rst tests due to the same testing issue that was raised on the mailing list by Tom A. Should have identified it, sorry for the extra work.
Closing as this got fixed in #286
This came up when testing against the new helpers, and only in this setup: py2.7, dev astropy, np 1.9.3, astropy-helpers v1.0.5
I can't see at the moment which package is the weak reason for the fail.