Skip to content

Commit b5d4fb6

Browse files
committed
update
1 parent 3ba4cdb commit b5d4fb6

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/google-auth/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ def unit(session, install_deprecated_extras):
170170
f"Extended tests only run on boundary Python versions ({min_py}, {max_py}) to reduce CI load."
171171
)
172172

173+
constraints_path = str(
174+
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
175+
)
173176
if install_deprecated_extras:
174177
extras_str = "testing,pyopenssl,enterprise_cert,rsa"
175178
# rsa and oauth2client were both archived and support dropped,

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# are correct in setup.py
33
# List *all* library dependencies and extras in this file.
44
# Pin the version to the lower bound.
5-
#
6-
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7-
# Then this file should have foo==1.14.0
85
pyasn1-modules==0.2.1
96
setuptools==40.3.0
107
cryptography==38.0.3

packages/google-auth/testing/constraints-3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

packages/google-auth/testing/constraints-3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

packages/google-auth/testing/constraints-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.25.0
88
pyjwt==2.0
99
urllib3==2.0.0

0 commit comments

Comments
 (0)