[Debian-astro-maintainers] Bug#900758: photutils: FTBFS and Debci failure with NumPy 1.14

Graham Inggs ginggs at debian.org
Mon Jun 4 12:28:46 BST 2018


Source: photutils
Version: 1.11.4-1
Severity: serious
Tags: ftbfs
User: debian-ci at lists.debian.org
Usertags: needs-update

Hi Maintainer

Since the recent upload of python-numpy on 2018-05-05, photutils has 
been failing its autopkgtests [1] and has now also started to FTBFS in
unstable [2] with several errors similar to the following:

=================================== FAILURES 
===================================
____________________________ test_sky_aperture_repr 
____________________________

     def test_sky_aperture_repr():
         s = SkyCoord([1, 2], [3, 4], unit='deg')

         aper = SkyCircularAperture(s, r=3*u.pix)
         a_repr = ('<SkyCircularAperture(<SkyCoord (ICRS): (ra, dec) in 
deg\n'
                   '    [( 1.,  3.), ( 2.,  4.)]>, r=3.0 pix)>')
         a_str = ('Aperture: SkyCircularAperture\npositions: <SkyCoord '
                  '(ICRS): (ra, dec) in deg\n    [( 1.,  3.), ( 2., 
4.)]>\n'
                  'r: 3.0 pix')
 >       assert repr(aper) == a_repr
E       AssertionError: assert '<SkyCircular..., r=3.0 pix)>' == 
'<SkyCircularA..., r=3.0 pix)>'
E           <SkyCircularAperture(<SkyCoord (ICRS): (ra, dec) in deg
E         -     [(1., 3.), (2., 4.)]>, r=3.0 pix)>
E         +     [( 1.,  3.), ( 2.,  4.)]>, r=3.0 pix)>
E         ?       +   +       +   +

Regards
Graham


[1] https://ci.debian.net/packages/p/photutils/unstable/amd64/
[2] 
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/photutils.html



More information about the Debian-astro-maintainers mailing list