Bug#900707: python-astropy: FTBFS on hppa - [doctest] docs/io/ascii/write.rst failure

2018-06-04 Thread John David Anglin
On 2018-06-04 4:35 AM, Ole Streicher wrote: https://bugs.debian.org/898776 As mentioned before, float128 is not supported on hppa-linux.  I get the following with longdouble: >>> numpy.arange(3, dtype=numpy.longdouble) array([0., 1., 2.], dtype=float64) So, it's not the same bug. Regards, Dav

Bug#900707: python-astropy: FTBFS on hppa - [doctest] docs/io/ascii/write.rst failure

2018-06-04 Thread John David Anglin
On 2018-06-04 4:35 AM, Ole Streicher wrote: could you make sure that this is not a numpy problem? There was a similar case (however a different data type) here: https://bugs.debian.org/898776 https://github.com/numpy/numpy/issues/11103 On hppa-linux, there is no support for float128.  Long doubl

Bug#900707: python-astropy: FTBFS on hppa - [doctest] docs/io/ascii/write.rst failure

2018-06-04 Thread Ole Streicher
Control: tags -1 moreinfo Hi John, could you make sure that this is not a numpy problem? There was a similar case (however a different data type) here: https://bugs.debian.org/898776 https://github.com/numpy/numpy/issues/11103 If this is not a numpy problem, I would need a good description in w

Bug#900707: python-astropy: FTBFS on hppa - [doctest] docs/io/ascii/write.rst failure

2018-06-03 Thread John David Anglin
Source: python-astropy Version: 2.0.6-1 and later Severity: normal Dear Maintainer, One test fails: __ [doctest] docs/io/ascii/write.rst ___ 072 ... names=['a', 'b']) 073 >>> ascii.write(data) 074 a b 075 1 4.0 076 2 5.0 07