Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence python3.6 cryptography deprecation warnings
``` /opt/**********/st2/lib/python3.6/site-packages/st2client/shell.py:27: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6. from cryptography.utils import CryptographyDeprecationWarning ``` in CLI and failing py3.6 tests
- Loading branch information