commit | c6ba99dd6153e7c10c4fc37dcc7af464fc76853b | [log] [tgz] |
---|---|---|
author | Lucia Li <luciali@google.com> | Mon Nov 08 22:06:11 2021 +0800 |
committer | Lucia Li <luciali@google.com> | Thu Nov 11 11:40:19 2021 +0800 |
tree | 1bc0942b942becc5391abbaf74cb61a05a4e76cd | |
parent | 104d218456a1d4f2f71a14c2c112b4ca24fe7310 [diff] [blame] |
Upgrade cryptography from 2.5 to 3.3 Source code is from https://github.com/pyca/cryptography/tree/3.3.x Run setup.py locally and rename _openssl.so/_padding.so Bug: 205265538 Test: None Change-Id: If031739ef5830ba2fb177add74515e4660e2906e
diff --git a/tests/test_interfaces.py b/tests/test_interfaces.py index 97df45a..042245f 100644 --- a/tests/test_interfaces.py +++ b/tests/test_interfaces.py
@@ -9,7 +9,9 @@ import six from cryptography.utils import ( - InterfaceNotImplemented, register_interface_if, verify_interface + InterfaceNotImplemented, + register_interface_if, + verify_interface, )