Skip to content

Commit bd6a10a

Browse files
authored
Remove tox dependency (#35687)
1 parent d653c11 commit bd6a10a

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 3
3+
"modification": 4
44
}

sdks/python/setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def get_portability_package_data():
448448
'oracledb>=3.1.1'
449449
],
450450
'gcp': [
451-
'cachetools>=3.1.0,<6',
451+
'cachetools>=3.1.0,<7',
452452
'google-api-core>=2.0.0,<3',
453453
'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
454454
'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
@@ -478,9 +478,7 @@ def get_portability_package_data():
478478
# --extra-index-url or --index-url in requirements.txt in
479479
# Dataflow, which allows installing python packages from private
480480
# Python repositories in GAR.
481-
'keyrings.google-artifactregistry-auth',
482-
# tox dependency which doesn't conflict with cachetools<6
483-
'tox<4.28.0'
481+
'keyrings.google-artifactregistry-auth'
484482
],
485483
'interactive': [
486484
'facets-overview>=1.1.0,<2',

0 commit comments

Comments
 (0)