Created attachment 903588 [details] dev-python:importlib-metadata-8.5.0:20240922-164937.log =dev-python/importlib-metadata-8.5.0 (and version 8.4.0, which is what my mostly-stable system tried to upgrade to) fails its test phase on this system, specifically the tests unittest.loader._FailedTest.tests.compat.test_py39_compat, unittest.loader._FailedTest.tests.test_api, unittest.loader._FailedTest.tests.test_integration, unittest.loader._FailedTest.tests.test_main, and unittest.loader._FailedTest.tests.test_zip. The output of each in the build log is similar; here's the output from tests.test_zip: ====================================================================== ERROR: tests.test_zip (unittest.loader._FailedTest.tests.test_zip) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests.test_zip Traceback (most recent call last): File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/unittest/loader.py", line 339, in _get_module_from_name __import__(name) File "/var/tmp/portage/dev-python/importlib-metadata-8.5.0/work/importlib_metadata-8.5.0/tests/test_zip.py", line 13, in <module> from . import fixtures File "/var/tmp/portage/dev-python/importlib-metadata-8.5.0/work/importlib_metadata-8.5.0/tests/fixtures.py", line 12, in <module> from .compat.py39 import os_helper File "/var/tmp/portage/dev-python/importlib-metadata-8.5.0/work/importlib_metadata-8.5.0/tests/compat/py39.py", line 3, in <module> os_helper = try_import('os_helper') or from_test_support( ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/jaraco/test/cpython.py", line 25, in from_test_support import test.support ModuleNotFoundError: No module named 'test'
Created attachment 903589 [details] emerge-info.txt
What's your dev-python/jaraco-test version?
The possibility of an outdated jaraco-test was my first thought on reading the error, but it's version 5.4.0, the only version that's available in my current checkout of ::gentoo: dev-python/jaraco-test-5.4.0::gentoo was built with the following: USE="test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 (-pypy3) -python3_10 -python3_11 (-python3_13)"
Ok, your dev-python/test and dev-python/python-tests then.
This machine has neither dev-python/test nor dev-python/python-tests installed.
Ah sorry, now I see we failed to revbump 5.4.0. Please either upgrade to 5.4.0-r1, 5.5.1 or simply rebuild 5.4.0 and it should pull dev-python/test. Or just install dev-python/test.