Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
"3.11": ["2.42.0", "2.47.1"],
}
UNIT_TEST_STANDARD_DEPENDENCIES = [
"mock",
"asyncmock",
"pytest",
"pytest-cov",
"pytest-asyncio",
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
google-api-core==2.27.0 # Tests google-api-core with rest async support
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==3.10.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.14.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
google-api-core==2.27.0
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==3.10.0 # Updated for Python 3.14 compatibility
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ google-api-core==2.17.1 # Increased for gapic owlbot presubmit tests
google-auth==2.14.1 # Tests google-auth without rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.47.0 # Tests google-auth with rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-ray-2.33.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ray==2.33.0
google-api-core
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-ray-2.42.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ray==2.42.0
google-api-core
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-ray-2.47.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ray==2.47.1
google-api-core
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
Expand Down
1 change: 0 additions & 1 deletion tests/unit/vertex_rag/test_rag_constants_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
name=TEST_RAG_CORPUS_RESOURCE_NAME,
display_name=TEST_CORPUS_DISPLAY_NAME,
description=TEST_CORPUS_DISCRIPTION,
embedding_model_config=TEST_EMBEDDING_MODEL_CONFIG,
)
TEST_CMEK_RAG_CORPUS = RagCorpus(
name=TEST_RAG_CORPUS_RESOURCE_NAME,
Expand Down
Loading