Package: sunpy / 4.1.2-1+deb12u1

Metadata

Package Version Patches format
sunpy 4.1.2-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Remove outdated and unused doctest rst option from setup..patch | (download)

setup.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove outdated and unused --doctest-rst option from setup.cfg


Mark test that fails during build.patch | (download)

setup.cfg | 5 3 + 2 - 0 !
sunpy/io/special/asdf/tests/test_coordinate_frames.py | 1 1 + 0 - 0 !
sunpy/map/tests/test_mapbase.py | 6 3 + 3 - 0 !
sunpy/tests/tests/test_self_test.py | 2 2 + 0 - 0 !
sunpy/util/tests/test_sysinfo.py | 4 4 + 0 - 0 !
5 files changed, 13 insertions(+), 5 deletions(-)

 mark test that fails during build

During build, sunpy may not be registered with asdf and therefore this
test fails.

See https://github.com/sunpy/sunpy/issues/4320 for a discussion.

Remove deadlines and too_slow health check for hypothesis.patch | (download)

sunpy/coordinates/tests/test_ephemeris.py | 2 1 + 1 - 0 !
sunpy/coordinates/tests/test_metaframes.py | 4 2 + 2 - 0 !
sunpy/coordinates/tests/test_offset_frame.py | 4 2 + 2 - 0 !
sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py | 3 2 + 1 - 0 !
sunpy/net/dataretriever/sources/tests/test_goes_ud.py | 3 2 + 1 - 0 !
sunpy/net/dataretriever/sources/tests/test_lyra_ud.py | 3 2 + 1 - 0 !
sunpy/net/dataretriever/sources/tests/test_norh.py | 1 1 + 0 - 0 !
sunpy/net/tests/test_fido.py | 6 3 + 3 - 0 !
8 files changed, 15 insertions(+), 11 deletions(-)

 remove health checks for failing hypothesis tests

on mips(64)el, armel

Skip test that depends on unavailable cdflib.patch | (download)

sunpy/io/tests/test_cdf.py | 3 2 + 1 - 0 !
sunpy/timeseries/tests/test_timeseries_factory.py | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 skip test that depends on unavailable cdflib


Skip some tests when opencv is not available.patch | (download)

sunpy/image/tests/test_transform.py | 8 8 + 0 - 0 !
sunpy/map/tests/test_mapbase.py | 6 6 + 0 - 0 !
2 files changed, 14 insertions(+)

 skip some tests when opencv is not available

OpenCV may be installed on Python, however it is installed for the
default Python version only, so it will fail on the other Python
versions if more than one is installed.

Add yaml schema files to package.patch | (download)

setup.cfg | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add yaml schema files to package


Ignore all deprecation warnings.patch | (download)

setup.cfg | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ignore all deprecation warnings

These warnings are useful during the development of the package, but
not for the long-term use.

Closes: #1013567

Ignore all divide by zero and all nan warnings.patch | (download)

setup.cfg | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 ignore all divide-by-zero and all-nan warnings


Ignore Astropy warnings.patch | (download)

setup.cfg | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore astropy warnings

These warnings are mainly created on outdated IERS data, which can be
ignored on packages in stable.

Closes: #1055892