You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent commit made typing_extensions a required module, which now causes (our) tests to fail because this module is not installed by us, and moto also does not pull it in as a dependency: E ModuleNotFoundError: No module named 'typing_extensions'
Current workaround is to install the typing_extensions module ourselves, but obviously this should be fixed at the source.
A recent commit made typing_extensions a required module, which now causes (our) tests to fail because this module is not installed by us, and moto also does not pull it in as a dependency:
E ModuleNotFoundError: No module named 'typing_extensions'
Current workaround is to install the typing_extensions module ourselves, but obviously this should be fixed at the source.
The offending line is this one:
moto/moto/ec2/utils.py
Line 27 in 32e7efe
The text was updated successfully, but these errors were encountered: