[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#975090: python-injector: autopkgtest regression: No module named 'typing_extensions'



Source: python-injector
Version: 0.18.4-1
X-Debbugs-CC: debian-ci@lists.debian.org
Severity: serious
User: debian-ci@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of python-injector the autopkgtest of
python-injector fails in testing when that autopkgtest is run with the
binary packages of python-injector from unstable. It passes when run
with only packages from testing. In tabular form:

                       pass            fail
python-injector        from testing    0.18.4-1
all others             from testing    from testing

I copied some of the output at the bottom of this report. Seems like a
missing dependency.

Currently this regression is blocking the migration to testing [1]. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=python-injector

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-injector/8241447/log.gz

autopkgtest [23:16:03]: test autodep8-python3: set -e ; for py in
$(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing
with $py:" ; $py -c "import injector; print(injector)" ; done
autopkgtest [23:16:03]: test autodep8-python3: [-----------------------
Testing with python3.9:
<module 'injector' from
'/usr/lib/python3/dist-packages/injector/__init__.py'>
Testing with python3.8:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/injector/__init__.py", line 61,
in <module>
    from typing import _AnnotatedAlias, Annotated, get_type_hints
ImportError: cannot import name '_AnnotatedAlias' from 'typing'
(/usr/lib/python3.8/typing.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/injector/__init__.py", line 63,
in <module>
    from typing_extensions import _AnnotatedAlias, Annotated, get_type_hints
ModuleNotFoundError: No module named 'typing_extensions'
autopkgtest [23:16:04]: test autodep8-python3: -----------------------]

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: