Skip to content

Commit 1dd7463

Browse files
committed
remove pyopenssl
1 parent 153b7ef commit 1dd7463

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

packages/google-auth/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def unit(session, install_deprecated_extras):
174174
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
175175
)
176176
if install_deprecated_extras:
177-
extras_str = "testing,pyopenssl,enterprise_cert,rsa"
177+
extras_str = "testing,enterprise_cert,rsa"
178178
# rsa and oauth2client were both archived and support dropped,
179179
# but we still test old code paths
180180
session.install("oauth2client")

packages/google-auth/testing/constraints-extras-3.10.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Lower-bound constraints for Python 3.10 extended/optional extras (pyopenssl, rsa, enterprise_cert).
1+
# Lower-bound constraints for Python 3.10 extended/optional extras (rsa, enterprise_cert).
22
# Used during boundary Nox unit sessions (install_deprecated_extras=True) to test legacy/extra paths on 3.10.
3-
# Note: cryptography==41.0.5 is required here because pyopenssl>=23.2.0 depends on cryptography>=41.0.5.
43
pyasn1-modules==0.2.1
54
setuptools==40.3.0
6-
cryptography==41.0.5
5+
cryptography==38.0.3
76
pyjwt==2.0
8-
pyopenssl==23.2.0
97
pyu2f==0.1.5
108
rsa==4.0
119
aiohttp==3.8.0

packages/google-auth/testing/constraints-extras-3.14.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Lower-bound constraints for Python 3.14 extended/optional extras (pyopenssl, rsa, enterprise_cert).
1+
# Lower-bound constraints for Python 3.14 extended/optional extras (rsa, enterprise_cert).
22
# Used during boundary Nox unit sessions (install_deprecated_extras=True) to test legacy/extra paths on 3.14.
33
pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==41.0.5
66
pyjwt==2.0
7-
pyopenssl==23.2.0
87
pyu2f==0.1.5
98
rsa==4.0
109
aiohttp==3.9.0

0 commit comments

Comments
 (0)