Skip to content

Add missing checkdepends python-typing_extensions

Eric Long requested to merge hack3ric/python-sphinx:missing-checkdepends into main

Currently building sphinx fails:

=================================== FAILURES ===================================
_____________________________ test_restify_Unpack ______________________________

    def test_restify_Unpack():
>       from typing_extensions import Unpack as UnpackCompat
E       ModuleNotFoundError: No module named 'typing_extensions'

tests/test_util/test_util_typing.py:338: ModuleNotFoundError

Merge request reports

Loading