-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cryptography deprecation warning #305
Comments
(To be clear, this is a bug for other users too not just integration-tests) |
I failed to reproduce this. Which tests? What kind of Python environment? What I did observe is that pyOpenSSL 20.0.1 is not compatible with cryptography 2.9.2. Downgrading to pyOpenSSL 19.1.0 in my local virtualenv gives me a fully passing test suite. |
If I install master in a local 2.7 venv, running
|
Okay. I can't reproduce that either. Perhaps this doesn't affect master with the dependencies declared in master - instead it affects master with an upgraded cryptography? That seems consistent with the info here - master requires cryptography <3.0 and this issue description says the deprecation is about cryptography > 3.0. |
But I can't actually run master with cryptography > 3.0 because
|
#305 Ignore cryptography deprecation warning
Several integration tests are failing because cryptography > 3.0 issues warnings for Python2 being end-of-lifed. As these are printed to the console by default, the CLI commands no longer interact properly.
The text was updated successfully, but these errors were encountered: