File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
],
49
49
extras_require = {
50
50
"hiredis" : ["hiredis>=1.0.0" ],
51
- "cryptography" : ["cryptography>=36.0.1" , "requests>2.26.0" ],
51
+ "cryptography" : ["cryptography>=36.0.1" , "requests>= 2.26.0" ],
52
52
},
53
53
)
Original file line number Diff line number Diff line change 7
7
8
8
import redis
9
9
from redis .exceptions import ConnectionError , RedisError
10
- from redis .ocsp import OCSPVerifier
11
10
12
11
from .conftest import skip_if_cryptography , skip_if_nocryptography
13
12
@@ -149,6 +148,7 @@ def test_ocsp_not_present_in_response(self):
149
148
150
149
@skip_if_nocryptography ()
151
150
def test_unauthorized_then_direct (self ):
151
+ from redis .ocsp import OCSPVerifier
152
152
153
153
# these certificates on the socket end return unauthorized
154
154
# then the second call succeeds
You can’t perform that action at this time.
0 commit comments