Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934083

Summary: app-misc/tmuxp-1.46.0 fails tests: ModuleNotFoundError: No module named 'typing_extensions'
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932923    
Attachments: build.log and emerge --info

Description matoro archtester 2024-06-12 04:09:09 UTC
Created attachment 895652 [details]
build.log and emerge --info

ImportError while importing test module '/var/tmp/portage/app-misc/tmuxp-1.46.0/work/tmuxp-1.46.0/tests/fixtures/pluginsystem/partials/_types.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/site-packages/_pytest/python.py:520: in importtestmodule
    mod = import_path(
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:584: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:995: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests/fixtures/pluginsystem/partials/_types.py:15: in <module>
    from typing_extensions import NotRequired, TypedDict
E   ModuleNotFoundError: No module named 'typing_extensions'