Skip to content

Conversation

@jiasli
Copy link
Member

@jiasli jiasli commented Aug 20, 2021

Description

CI fails with

https://dev.azure.com/azure-sdk/public/_build/results?buildId=1058229&view=logs&j=c846b3e8-69b8-5dbd-1a39-4905d81e6a95&t=9ebb608a-8a51-5834-bad0-46e2c03d2282&l=4756

________________ ERROR collecting tests/latest/test_auth_e2e.py ________________
ImportError while importing test module '/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/profile/tests/latest/test_auth_e2e.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/az/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
/opt/az/lib/python3.6/site-packages/azure/cli/command_modules/profile/tests/latest/test_auth_e2e.py:8: in <module>
    from azure.cli.core.auth.util import decode_access_token
E   ModuleNotFoundError: No module named 'azure.cli.core.auth'

This is because __init__.py is missing from azure.cli.core.auth, similar to #17817.

@yonzhan
Copy link
Collaborator

yonzhan commented Aug 20, 2021

Core

@yonzhan yonzhan added this to the Aug 2021 (2021-09-07) milestone Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants