Package: sunpy / 7.1.0-1

Metadata

Package Version Patches format
sunpy 7.1.0-1 3.0 (quilt)

Patch series

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

pytest.ini | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove outdated and unused --doctest-rst option from pytest.ini


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 | 3 2 + 1 - 0 !
7 files changed, 13 insertions(+), 9 deletions(-)

 remove health checks for failing hypothesis tests

on mips(64)el, armel

Ignore some warnings in tests.patch | (download)

pytest.ini | 10 10 + 0 - 0 !
sunpy/map/tests/test_mapbase.py | 5 2 + 3 - 0 !
2 files changed, 12 insertions(+), 3 deletions(-)

 ignore some warnings in tests

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

Closes: #1013567

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

sunpy/io/tests/test_cdf.py | 2 1 + 1 - 0 !
sunpy/timeseries/tests/test_timeseries_factory.py | 3 3 + 0 - 0 !
sunpy/util/tests/test_sysinfo.py | 3 2 + 1 - 0 !
3 files changed, 6 insertions(+), 2 deletions(-)

 skip test that depends on unavailable cdflib


Skip more tests that need remote data.patch | (download)

sunpy/coordinates/tests/test_frames.py | 2 2 + 0 - 0 !
sunpy/coordinates/tests/test_transformations.py | 3 3 + 0 - 0 !
sunpy/net/hek/tests/test_utils.py | 1 1 + 0 - 0 !
3 files changed, 6 insertions(+)

 skip more tests that need remote data


Disable tests that fail due to old importlib_metadata ver.patch | (download)

sunpy/tests/tests/test_self_test.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable tests that fail due to old importlib_metadata version in
 Debian

See https://github.com/sunpy/sunpy/issues/7650

Catch packagenotfound error when trying to get optional d.patch | (download)

sunpy/util/sysinfo.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 catch packagenotfound error when trying to get optional dependencies


Suppress IERS max_age error in test.patch | (download)

sunpy/coordinates/tests/test_sun.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 suppress iers max_age error in test


Mark an i386 failure as xfail.patch | (download)

sunpy/net/hek/tests/test_utils.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 mark an i386 failure as xfail


Include all files in MANIFEST.in.patch | (download)

MANIFEST.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 include all files in manifest.in

setuptools_scm tries to get the file list from "git ls", which doesn't
work on the autobuilders. That's why we manually create a MANIFEST.in
by just listing everything and prepending this a (still possible)
upstream provided one.