Package: astropy / 7.1.0-2
Metadata
Package | Version | Patches format |
---|---|---|
astropy | 7.1.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Don t install showtable script.patch | (download) |
pyproject.toml |
2 0 + 2 - 0 ! |
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 ! |
allow xfail tests to pass |
Don t turn deprecation warnings into errors.patch | (download) |
pyproject.toml |
1 1 + 0 - 0 ! |
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 ! |
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 ! |
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 ! |
weaken or ignore tests that fail in future Closes: #1078611 |
Remove intersphinx mapping.patch | (download) |
docs/conf.py |
24 0 + 24 - 0 ! |
remove intersphinx mapping |
Use system wide configobject validate.patch | (download) |
astropy/config/configuration.py |
2 1 + 1 - 0 ! |
use system wide configobject+validate |
Use system ply instead of local copy.patch | (download) |
astropy/utils/parsing.py |
4 2 + 2 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
mark one test as xfail that sometimes fails on i386 https://github.com/astropy/astropy/issues/17362 Closes: #1087612 |