Your message dated Thu, 9 Dec 2021 10:21:57 +0100
with message-id <e57c56eb-a35d-861a-bbac-2ee86c224...@debian.org>
and subject line Re: pymap3d: (autopkgtest) needs update for python3.10: 
astropy.logger.LoggingError: Cannot disable warnings logging
has caused the Debian Bug report #1001369,
regarding pymap3d: (autopkgtest) needs update for python3.10: 
astropy.logger.LoggingError: Cannot disable warnings logging
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.)


-- 
1001369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pymap3d
Version: 2.7.3-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python2.10 to the supported Python versions [0]. With a recent upload of python3-defaults the autopkgtest of pymap3d fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.9.8-1
pymap3d                from testing    2.7.3-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists what's new in Python2.10, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/pymap3d/17397568/log.gz

=== python3.10 ===
============================= test session starts ==============================
platform linux -- Python 3.10.0+, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
rootdir: /tmp/autopkgtest-lxc.6ebgimjk/downtmp/build.1N1/src
plugins: openfiles-0.5.0, hypothesis-5.43.3, astropy-header-0.1.2, doctestplus-0.11.1, cov-3.0.0, arraydiff-0.3, filter-subpackage-0.1.1, remotedata-0.3.2, mock-3.6.1
collected 0 items / 18 errors

==================================== ERRORS ==================================== ________________ ERROR collecting src/pymap3d/tests/test_aer.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ________________ ERROR collecting src/pymap3d/tests/test_eci.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _____________ ERROR collecting src/pymap3d/tests/test_elliposid.py _____________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ________________ ERROR collecting src/pymap3d/tests/test_enu.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _____________ ERROR collecting src/pymap3d/tests/test_geodetic.py ______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _____________ ERROR collecting src/pymap3d/tests/test_latitude.py ______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ___________ ERROR collecting src/pymap3d/tests/test_look_spheroid.py ___________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ________________ ERROR collecting src/pymap3d/tests/test_ned.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ______________ ERROR collecting src/pymap3d/tests/test_pyproj.py _______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ______________ ERROR collecting src/pymap3d/tests/test_rcurve.py _______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _______________ ERROR collecting src/pymap3d/tests/test_rhumb.py _______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ______________ ERROR collecting src/pymap3d/tests/test_rsphere.py ______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _____________ ERROR collecting src/pymap3d/tests/test_sidereal.py ______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ________________ ERROR collecting src/pymap3d/tests/test_sky.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _______________ ERROR collecting src/pymap3d/tests/test_time.py ________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _____________ ERROR collecting src/pymap3d/tests/test_vincenty.py ______________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden ___________ ERROR collecting src/pymap3d/tests/test_vincenty_dist.py ___________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden _________ ERROR collecting src/pymap3d/tests/test_vincenty_vreckon.py __________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../build.1N1/src/src/pymap3d/__init__.py:32: in <module>
    from .aer import ecef2aer, aer2ecef, geodetic2aer, aer2geodetic
../build.1N1/src/src/pymap3d/aer.py:7: in <module>
    from .ecef import ecef2enu, geodetic2ecef, ecef2geodetic, enu2uvw
../build.1N1/src/src/pymap3d/ecef.py:19: in <module>
    from .eci import eci2ecef, ecef2eci
../build.1N1/src/src/pymap3d/eci.py:10: in <module>
from astropy.coordinates import GCRS, ITRS, EarthLocation, CartesianRepresentation
/usr/lib/python3/dist-packages/astropy/__init__.py:174: in <module>
    log = _init_log()
/usr/lib/python3/dist-packages/astropy/logger.py:108: in _init_log
    log._set_defaults()
/usr/lib/python3/dist-packages/astropy/logger.py:475: in _set_defaults
    self.disable_warnings_logging()
/usr/lib/python3/dist-packages/astropy/logger.py:245: in disable_warnings_logging
    raise LoggingError("Cannot disable warnings logging: "
E astropy.logger.LoggingError: Cannot disable warnings logging: warnings.showwarning was not set by this logger, or has been overridden =========================== short test summary info ============================ ERROR ../build.1N1/src/src/pymap3d/tests/test_aer.py - astropy.logger.Logging... ERROR ../build.1N1/src/src/pymap3d/tests/test_eci.py - astropy.logger.Logging... ERROR ../build.1N1/src/src/pymap3d/tests/test_elliposid.py - astropy.logger.L... ERROR ../build.1N1/src/src/pymap3d/tests/test_enu.py - astropy.logger.Logging... ERROR ../build.1N1/src/src/pymap3d/tests/test_geodetic.py - astropy.logger.Lo... ERROR ../build.1N1/src/src/pymap3d/tests/test_latitude.py - astropy.logger.Lo... ERROR ../build.1N1/src/src/pymap3d/tests/test_look_spheroid.py - astropy.logg... ERROR ../build.1N1/src/src/pymap3d/tests/test_ned.py - astropy.logger.Logging... ERROR ../build.1N1/src/src/pymap3d/tests/test_pyproj.py - astropy.logger.Logg... ERROR ../build.1N1/src/src/pymap3d/tests/test_rcurve.py - astropy.logger.Logg... ERROR ../build.1N1/src/src/pymap3d/tests/test_rhumb.py - astropy.logger.Loggi... ERROR ../build.1N1/src/src/pymap3d/tests/test_rsphere.py - astropy.logger.Log... ERROR ../build.1N1/src/src/pymap3d/tests/test_sidereal.py - astropy.logger.Lo... ERROR ../build.1N1/src/src/pymap3d/tests/test_sky.py - astropy.logger.Logging... ERROR ../build.1N1/src/src/pymap3d/tests/test_time.py - astropy.logger.Loggin... ERROR ../build.1N1/src/src/pymap3d/tests/test_vincenty.py - astropy.logger.Lo... ERROR ../build.1N1/src/src/pymap3d/tests/test_vincenty_dist.py - astropy.logg... ERROR ../build.1N1/src/src/pymap3d/tests/test_vincenty_vreckon.py - astropy.l... !!!!!!!!!!!!!!!!!!! Interrupted: 18 errors during collection !!!!!!!!!!!!!!!!!!! ============================== 18 errors in 0.94s ==============================
autopkgtest [16:15:02]: test python3

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 5.0-1

On 09-12-2021 10:08, Sebastiaan Couwenberg wrote:
Try again with astropy from unstable for its python3.10 support.

The migration-reference/0 run in unstable passes indeed.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply via email to