==================================== ERRORS ====================================
____________________ ERROR collecting tests/test_awsnew.py _____________________
ImportError while importing test module ‘/home/circleci/repo/tests/test_awsnew.py’.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.7/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_awsnew.py:2: in
from src.aws import awsnew
src/aws/awsnew.py:1: in
import AWSIoTMQTTClient
E ModuleNotFoundError: No module named ‘AWSIoTMQTTClient’
Any solutions to get this to be successful? Thank you in advance.