File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def find_meta(meta):
96
96
package_dir = {"" : "src" },
97
97
install_requires = [
98
98
# Fix cryptographyMinimum in tox.ini when changing this!
99
- "cryptography>=3.3 " ,
99
+ "cryptography>=35.0 " ,
100
100
"six>=1.5.2" ,
101
101
],
102
102
extras_require = {
Original file line number Diff line number Diff line change @@ -4255,11 +4255,6 @@ def client_callback(*args): # pragma: nocover
4255
4255
handshake_in_memory (client , server )
4256
4256
4257
4257
4258
- # XX remove this skipif before merging
4259
- @pytest .mark .skipif (
4260
- not hasattr (SSL ._lib , "DTLSv1_listen" ),
4261
- reason = "need newer cryptography" ,
4262
- )
4263
4258
class TestDTLS (object ):
4264
4259
def test_it_works_at_all (self ):
4265
4260
s_ctx = Context (DTLS_METHOD )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ extras =
10
10
deps =
11
11
coverage>=4.2
12
12
cryptographyMain: git+https://github.com/pyca/cryptography.git
13
- cryptographyMinimum: cryptography ==3.3
13
+ cryptographyMinimum: cryptography ==35.0
14
14
randomorder: pytest-randomly
15
15
setenv =
16
16
# Do not allow the executing environment to pollute the test environment
You can’t perform that action at this time.
0 commit comments