Skip to content

Commit 8af5b9e

Browse files
committed
🧪 Drop outdated restrictions from tests.in
1 parent ab49d09 commit 8af5b9e

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

requirements/tests.in

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jaraco.text>=3.1
1919

2020
portend
2121

22-
# cryptography >= 3.4 started using Rust but it's unstable w/ old PyPy
23-
# and pyopenssl == 22 started requiring cryptography 35+
24-
# which is why we need these restrictions for the dependency resolution
25-
# to succeed.
26-
pyopenssl; implementation_name != "pypy"
27-
pyopenssl >= 22.0.0; implementation_name == "pypy" and python_version >= "3.8"
28-
pyopenssl < 22.0.0; implementation_name == "pypy" and python_version < "3.8"
22+
pyopenssl
2923

3024
# The pypytools library provides a cross-implementation context
3125
# manager for disabling garbage collection in specific blocks
@@ -48,12 +42,3 @@ requests_toolbelt
4842

4943
# TLS
5044
trustme>=0.4.0
51-
52-
# cryptography >= 3.4 started using Rust but it's unstable w/ old PyPy
53-
cryptography < 3.4; implementation_name == "pypy" and python_version < "3.8"
54-
55-
# requests-unixsocket is currently incompatible with urllib3 v2
56-
# Refs:
57-
# * https://github.com/msabramo/requests-unixsocket/issues/70
58-
# * https://github.com/msabramo/requests-unixsocket/pull/69
59-
urllib3 < 2

0 commit comments

Comments
 (0)