[Bug 2148624] Re: Unit test error 'No module named 'six''
Myles Penner
2148624 at bugs.launchpad.net
Fri Apr 17 05:07:08 UTC 2026
Note that there are other Python 3.14-related failures with this
package. This package appears to be EOL upstream so any fixes from this
point out are limping it along. We may want to discuss deprecating it
ourselves it maintenance becomes too burdensome.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-os-win in Ubuntu.
https://bugs.launchpad.net/bugs/2148624
Title:
Unit test error 'No module named 'six''
Status in python-os-win package in Ubuntu:
New
Bug description:
When building against Ubuntu Resolute and Python 3.14, I get many
instances of the following error:
Failed to import test module: os_win.tests.functional.test_mutex
Traceback (most recent call last):
File "/usr/lib/python3.14/unittest/loader.py", line 426, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.14/unittest/loader.py", line 367, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/<<PKGBUILDDIR>>/os_win/tests/functional/test_mutex.py", line 21, in <module>
from os_win.utils import processutils
File "/<<PKGBUILDDIR>>/os_win/utils/processutils.py", line 22, in <module>
from os_win.utils import win32utils
File "/<<PKGBUILDDIR>>/os_win/utils/win32utils.py", line 21, in <module>
from os_win import _utils
File "/<<PKGBUILDDIR>>/os_win/_utils.py", line 32, in <module>
import six
ModuleNotFoundError: No module named 'six'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-os-win/+bug/2148624/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list