Skip to content

Conversation

@a-detiste
Copy link
Contributor

@a-detiste a-detiste commented Jan 21, 2026

This was caught by Debian's CI

https://tracker.debian.org/pkg/cmor

 26s autopkgtest [20:55:39]: test superficial: [-----------------------
 26s Testing with python3.13:
 26s Traceback (most recent call last):
 26s   File "<string>", line 1, in <module>
 26s     import cmor; print(cmor)
 26s     ^^^^^^^^^^^
 26s   File "/usr/lib/python3/dist-packages/cmor/__init__.py", line 9, in <module>
 26s     from cmor.pywrapper import (
 26s     ...<6 lines>...
 26s         set_terminate_signal, get_terminate_signal)
 26s   File "/usr/lib/python3/dist-packages/cmor/pywrapper.py", line 5, in <module>
 26s     import six
 26s ModuleNotFoundError: No module named 'six'
 26s autopkgtest [20:55:39]: test superficial: -----------------------]

https://wiki.debian.org/Python3-six-removal

This was caught by Debian's CI

https://tracker.debian.org/pkg/cmor

 26s autopkgtest [20:55:39]: test superficial: [-----------------------
 26s Testing with python3.13:
 26s Traceback (most recent call last):
 26s   File "<string>", line 1, in <module>
 26s     import cmor; print(metview)
 26s     ^^^^^^^^^^^
 26s   File "/usr/lib/python3/dist-packages/cmor/__init__.py", line 9, in <module>
 26s     from cmor.pywrapper import (
 26s     ...<6 lines>...
 26s         set_terminate_signal, get_terminate_signal)
 26s   File "/usr/lib/python3/dist-packages/cmor/pywrapper.py", line 5, in <module>
 26s     import six
 26s ModuleNotFoundError: No module named 'six'
 26s autopkgtest [20:55:39]: test superficial: -----------------------]

https://wiki.debian.org/Python3-six-removal
@mauzey1
Copy link
Collaborator

mauzey1 commented Jan 21, 2026

@a-detiste Thanks for spotting this.

@mauzey1 mauzey1 added this to the 3.14 milestone Jan 21, 2026
@mauzey1 mauzey1 merged commit 75453ff into PCMDI:main Jan 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants