ImportError while importing test module '/var/lib/jenkins/workspace/DOBJS/tests-on-diff/.tox/py3/lib/python3.7/site-packages/swh/objstorage/tests/test_objstorage_cloud.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.7/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
.tox/py3/lib/python3.7/site-packages/swh/objstorage/tests/test_objstorage_cloud.py:16: in <module>
from .objstorage_testing import ObjStorageTestFixture
.tox/py3/lib/python3.7/site-packages/swh/objstorage/tests/objstorage_testing.py:11: in <module>
from swh.objstorage.interface import ObjStorageInterface
.tox/py3/lib/python3.7/site-packages/swh/objstorage/interface.py:6: in <module>
from typing import Dict, Protocol, runtime_checkable
E ImportError: cannot import name 'Protocol' from 'typing' (/usr/lib/python3.7/typing.py)
TEST RESULT
TEST RESULT
- Run At
- Mar 1 2022, 5:59 PM