Package: astropy / 7.1.0-2

Metadata

Package Version Patches format
astropy 7.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Don t install showtable script.patch | (download)

pyproject.toml | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 don't install showtable script

This script is rather trivial, lacks a manpage, and conflicts with the
libdata-showtable-perl package.

Allow XFAIL tests to pass.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow xfail tests to pass


Don t turn deprecation warnings into errors.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 don't turn deprecation warnings into errors

Taken from https://github.com/astropy/astropy/pull/9767
TST: Ignore remaining matplotlib warnings on Debian

Make some tests xfail that sometimes fail under mips64el.patch | (download)

astropy/io/votable/tests/test_vo.py | 1 1 + 0 - 0 !
astropy/modeling/tests/test_fitters.py | 4 4 + 0 - 0 !
astropy/modeling/tests/test_functional_models.py | 3 3 + 0 - 0 !
astropy/modeling/tests/test_models.py | 2 2 + 0 - 0 !
astropy/modeling/tests/test_models_quantities.py | 4 4 + 0 - 0 !
astropy/timeseries/periodograms/lombscargle_multiband/tests/test_lombscargle_multiband.py | 1 1 + 0 - 0 !
astropy/units/tests/test_quantity_ufuncs.py | 4 2 + 2 - 0 !
astropy/visualization/wcsaxes/tests/test_misc.py | 1 1 + 0 - 0 !
8 files changed, 18 insertions(+), 2 deletions(-)

 make some tests xfail that sometimes fail under mips64el
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

https://github.com/astropy/astropy/issues/17363
https://github.com/astropy/astropy/issues/17403
https://github.com/astropy/astropy/issues/12416

One failure we get is

    def test_doubleComplex(self):
        assert issubclass(self.array['doubleComplex'].dtype.type,
                          np.complex128)
>       assert_array_equal(
            self.array['doubleComplex'],
            [np.nan+0j, 0+0j, 0+-1j, np.nan+(np.inf*1j), np.nan+0j])
[]
E       Arrays are not equal
E        x: MaskedArray([inf+infj,  0. +0.j,  0. -1.j, inf+infj, inf+infj])
E        y: array([nan +0.j,  0. +0.j,  0. -1.j, nan+infj, nan +0.j])

astropy/io/votable/tests/vo_test.py:478: ValueError

Mark LevMarLSQFitter test xfail.patch | (download)

astropy/modeling/tests/test_models_quantities.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 mark levmarlsqfitter test xfail

This test fails on i386

See https://github.com/astropy/astropy/issues/13986
and https://github.com/astropy/astropy/pull/14013

Closes: #1030012

Weaken or ignore tests that fail in future.patch | (download)

astropy/time/tests/test_ut1.py | 2 1 + 1 - 0 !
astropy/utils/iers/tests/test_iers.py | 2 2 + 0 - 0 !
astropy/utils/iers/tests/test_leap_second.py | 4 1 + 3 - 0 !
pyproject.toml | 2 2 + 0 - 0 !
4 files changed, 6 insertions(+), 4 deletions(-)

 weaken or ignore tests that fail in future

Closes: #1078611

Remove intersphinx mapping.patch | (download)

docs/conf.py | 24 0 + 24 - 0 !
1 file changed, 24 deletions(-)

 remove intersphinx mapping


Use system wide configobject validate.patch | (download)

astropy/config/configuration.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use system wide configobject+validate


Use system ply instead of local copy.patch | (download)

astropy/utils/parsing.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use system ply instead of local copy


Ignore FPE warnings for armel build.patch | (download)

astropy/modeling/tests/test_model_sets.py | 7 2 + 5 - 0 !
astropy/modeling/tests/test_physical_models.py | 1 0 + 1 - 0 !
2 files changed, 2 insertions(+), 6 deletions(-)

 ignore fpe warnings for armel build

https://github.com/astropy/astropy/issues/11011

Don t rely on sphinx_changelog and sphinxcontrib_globalsu.patch | (download)

docs/conf.py | 3 0 + 3 - 0 !
pyproject.toml | 2 0 + 2 - 0 !
2 files changed, 5 deletions(-)

 don't rely on sphinx_changelog and sphinxcontrib_globalsub

There is no Debian packages available yet.

Ignore invalid value warnings that happen on mips64el.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore invalid value warnings that happen on mips64el


Don t check overflow warning that doesn t appear on armel.patch | (download)

astropy/cosmology/_src/tests/flrw/test_w0wzcdm.py | 1 1 + 0 - 0 !
astropy/modeling/tests/test_model_sets.py | 14 9 + 5 - 0 !
astropy/stats/tests/test_histogram.py | 4 3 + 1 - 0 !
3 files changed, 13 insertions(+), 6 deletions(-)

 don't check overflow warning that doesn't appear on armel


Allow older matplotlib when building docs.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow older matplotlib when building docs

3.9.1 is still not available on Debian.

Skip system_info doctest that fails during build.patch | (download)

astropy/utils/system_info.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip system_info doctest that fails during build


Mark one test as xfail that sometimes fails on i386.patch | (download)

astropy/modeling/tests/test_models.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 mark one test as xfail that sometimes fails on i386

https://github.com/astropy/astropy/issues/17362

Closes: #1087612