black create: /home/tenma/Dev/swh-env/swh-scanner/.tox/black
black installdeps: black
black installed: appdirs==1.4.4,black==20.8b1,click==7.1.2,mypy-extensions==0.4.3,pathspec==0.8.0,regex==2020.7.14,toml==0.10.1,typed-ast==1.4.1,typing-extensions==3.7.4.3
black run-test-pre: PYTHONHASHSEED='4116300895'
black run-test: commands[0] | /home/tenma/Dev/swh-env/swh-scanner/.tox/black/bin/python -m black --check swh
would reformat /home/tenma/Dev/swh-env/swh-scanner/swh/scanner/dashboard/dashboard.py
would reformat /home/tenma/Dev/swh-env/swh-scanner/swh/scanner/tests/conftest.py
would reformat /home/tenma/Dev/swh-env/swh-scanner/swh/scanner/scanner.py
would reformat /home/tenma/Dev/swh-env/swh-scanner/swh/scanner/plot.py
would reformat /home/tenma/Dev/swh-env/swh-scanner/swh/scanner/model.py
Oh no! ๐ฅ ๐ ๐ฅ
5 files would be reformatted, 12 files would be left unchanged.
ERROR: InvocationError for command /home/tenma/Dev/swh-env/swh-scanner/.tox/black/bin/python -m black --check swh (exited with code 1)
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:12: error: Cannot find implementation or library stub for module named 'libcloud.storage'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:12: error: Cannot find implementation or library stub for module named 'libcloud.storage.providers'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:13: error: Cannot find implementation or library stub for module named 'libcloud.storage.drivers.s3'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:13: error: Cannot find implementation or library stub for module named 'libcloud'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:13: error: Cannot find implementation or library stub for module named 'libcloud.storage.drivers'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/libcloud.py:14: error: Cannot find implementation or library stub for module named 'libcloud.storage.types'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/azure.py:12: error: Cannot find implementation or library stub for module named 'azure.core.exceptions'
.tox/mypy/lib/python3.7/site-packages/swh/objstorage/backends/azure.py:12: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
Found 7 errors in 2 files (checked 17 source files)
ERROR: InvocationError for command /home/tenma/Dev/swh-env/swh-scanner/.tox/mypy/bin/mypy swh (exited with code 1)