Your message dated Tue, 13 Dec 2022 17:20:21 +0000
with message-id <e1p58x3-003qnu...@fasolo.debian.org>
and subject line Bug#1026004: fixed in sunpy 4.1.0-1
has caused the Debian Bug report #1026004,
regarding sunpy FTBFS with Python 3.11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1026004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sunpy
Version: 4.0.6-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=sunpy&arch=amd64&ver=4.0.6-1%2Bb1&stamp=1670443464&raw=0

...
=====================================================================================
 FAILURES 
=====================================================================================
__________________________________________________________________________ 
test_popitem_with_keycomments 
___________________________________________________________________________

atomic_weights_keycomments = [['hydrogen', 1], ['chromium', 24], ['mercury', 
80], ['iridium', 77], ['keycomments', {'MERCURY': 'Hg', 'chromium': 'Cr', 
'extra key 1': 'foo', 'extra key 2': 'bar'}]]
empty_keycomments = [['keycomments', {}]]

    def test_popitem_with_keycomments(atomic_weights_keycomments, 
empty_keycomments):
        """
        Test `MetaDict.popitem(...)` removes corresponding keycomments.
        """
        md = MetaDict(atomic_weights_keycomments)
    
        assert md.popitem(last=False) == ('hydrogen', 1)
        assert md.popitem(last=False) == ('chromium', 24)
        assert md.popitem(last=False) == ('mercury', 80)
        assert md.popitem(last=False) == ('iridium', 77)
>       check_contents_and_insertion_order(md, empty_keycomments)

sunpy/util/tests/test_metadata.py:389: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ 
sunpy/util/tests/test_metadata.py:47: in check_contents_and_insertion_order
    check_contents(metadict_inst, expected)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ 

metadict_inst = MetaDict([('keycomments', {'chromium': 'Cr', 'MERCURY': 
'Hg'})]), expected = [['keycomments', {}]]

    def check_contents(metadict_inst, expected):
        """
        Ensure that the key/values of `metadict_inst` match those of the 
key/value
        pairs in `expected`.
    
        The case of the keys is ignored, as is the order.
        """
        assert len(metadict_inst) == len(expected)
    
        for key, val in expected:
>           assert metadict_inst[key.upper()] == val
E           AssertionError: assert {'MERCURY': '...romium': 'Cr'} == {}
E             Left contains 2 more items:
E             {'MERCURY': 'Hg', 'chromium': 'Cr'}
E             Use -v to get more diff

sunpy/util/tests/test_metadata.py:19: AssertionError
=================================================================================
 warnings summary 
=================================================================================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1252
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1252: 
PytestConfigWarning: Unknown config option: mpl-results-path
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1252
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1252: 
PytestConfigWarning: Unknown config option: mpl-use-full-test-name
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================================================= 
short test summary info 
==============================================================================
FAILED sunpy/util/tests/test_metadata.py::test_popitem_with_keycomments - 
AssertionError: assert {'MERCURY': '...romium': 'Cr'} == {}
===================================== 1 failed, 2204 passed, 278 skipped, 10 
deselected, 5 xfailed, 2 xpassed, 2 warnings in 118.82s (0:01:58) 
=====================================
E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build; python3.11 -m pytest -k 
"not figure and not online"
...


This is different from #1024248, which seems to be temporarily fixed
by shipping a release and not a git snapshot.

--- End Message ---
--- Begin Message ---
Source: sunpy
Source-Version: 4.1.0-1
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sunpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated sunpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 15 Nov 2022 10:18:58 +0100
Source: sunpy
Architecture: source
Version: 4.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1026004
Changes:
 sunpy (4.1.0-1) unstable; urgency=medium
 .
   * New upstream version 4.1.0. Closes: #1026004
   * Rediff patches
   * New build (test) dependency python3-pytest-xdist
Checksums-Sha1:
 b38d375e94dd2eff2064142b32a911ffbf883758 3139 sunpy_4.1.0-1.dsc
 2cd8af9b4677f0eae94953c7a48cdbb23e859f12 5003974 sunpy_4.1.0.orig.tar.gz
 5940919b811a7dc615c84e2773b1fb2a86c4cc74 11964 sunpy_4.1.0-1.debian.tar.xz
Checksums-Sha256:
 ef1c37156dc28dcfc992fb23deb72a254fa3e220fd14f3e3abc8b91a54a7d182 3139 
sunpy_4.1.0-1.dsc
 0c059ce46e584f27711c8b99918ecd6f77ae7a33e7d1a432ec3d35c428450de3 5003974 
sunpy_4.1.0.orig.tar.gz
 880485c9a1be6da85614053be7c6572833a18bcc1b971de31cdd39b7c8d9ccda 11964 
sunpy_4.1.0-1.debian.tar.xz
Files:
 cc5adfd881de39e4e76428b219db1c7f 3139 python optional sunpy_4.1.0-1.dsc
 f553c6a65c908fc284beb1e8a03a0d92 5003974 python optional 
sunpy_4.1.0.orig.tar.gz
 0e3d15950f77caac316e9db0b8a78a6e 11964 python optional 
sunpy_4.1.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmOYrlsACgkQcRWv0HcQ
3PfYihAAoweQ9KCICjisKB6iEk5RrwFEmKkTVZEly4X8ryftcn2R1jvDFMV3aeMP
gpUCETmi2Rtexh4oePfRRZNnnzvCD/GnFxvNgET3BLLV9W1Fh165pC/9ZpBSqyRg
r7KMcM43jVkTZImqW6z9MknWU/Zom1tVLex/sRSQUfb9DrNvPTL2GmM9YycNX9gw
PD7IHExj7IWH19fgkKRJNsrBxPQTBFDG0DcT2w/iTHSo1FT1He7fEdOfCfGw2EkM
WJJIHLixuawoNIPcUL5hp47j/zcgaon88N1NixZHCcSR2b+9IwZCnvTsWKNenhcI
GBX/k5AQ3ork2m4MY9ajDemcqdkS9C0iz1kVG2QIhqnq3346shR91sl0jeaoYamy
pGDFpn43zOM1b4z3JDHG1jerULEdBC9KA3ZuoW0nN7DvDalfIZI6yyl6gBwTN6MY
o0VCHifsNUAwYgiFQC+zvEzVumD5izGFhlMlxazohOOhLVUt5zK72xUa//jl9uBU
6aoW3AFnXlPCuHXKF6kSXIHkslBp/wDUUxslnS+lIUmhIj1Dd12NFIe6j7coBcuE
dB7j7h6zJQMz+e6Ca6XZpadw2blTe0CGxKoqqQA5pG7x7OkZ16UzlpyDnFYOenIj
fw5sFxbDws/26Y+OYoHYeKa/2G0zqD/E7DBH+P/kH+F1y81fb60=
=l9HX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to