Skip to content

Missing typing_extensions on macOS #1270

Description

@kpy3

Add a description

Hello,

just discovered my project build and run has been broken after cleanup (make dist-clean)

3: Test command: /Users/xxx/Projects/cpp/pastebin-userver/build-debug/venv-userver-default/bin/python "/Users/xxx/Projects/cpp/pastebin-userver/build-debug/runtests-pastebin_userver" "--service-logs-pretty" "-vv"
3: Working Directory: /Users/xxx/Projects/cpp/pastebin-userver/build-debug
3: Test timeout computed to be: 1500
3: Traceback (most recent call last):
3:   File "/Users/xxx/Projects/cpp/pastebin-userver/build-debug/venv-userver-default/lib/python3.14/site-packages/_pytest/config/__init__.py", line 913, in import_plugin
3:     mod = importlib.import_module(importspec)
3:   File "/opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/importlib/__init__.py", line 88, in import_module
3:     return _bootstrap._gcd_import(name[level:], package, level)
3:            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3:   File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
3:   File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
3:   File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
3:   File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
3:   File "/Users/xxx/Projects/cpp/pastebin-userver/build-debug/venv-userver-default/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 188, in exec_module
3:     exec(co, module.__dict__)
3:     ~~~~^^^^^^^^^^^^^^^^^^^^^
3:   File "/Users/xxx/Projects/cpp/pastebin-userver/build-debug/_deps/userver-src/testsuite/pytest_plugins/pytest_userver/plugins/generated_tests.py", line 21, in <module>
3:     from typing_extensions import override
3: ModuleNotFoundError: No module named 'typing_extensions'

Adding typing_extensions manually into venvs fixes problem.

Env:
OS: macOS 26.1
Python 3.14.6 installed via homebrew
userver from develop branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions