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: 1 addition & 1 deletion cdn/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud-media-livestream/keypublisher/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pycryptodome==3.21.0
pyOpenSSL==25.0.0
requests==2.32.4
signxml==4.0.4
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
pytest-mock==3.14.0
Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion cloud-sql/mysql/client-side-encryption/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud_scheduler/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion cloud_scheduler/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion cloud_tasks/http_queues/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
google-auth==2.38.0
google-api-core==2.17.1
2 changes: 1 addition & 1 deletion cloud_tasks/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion cloud_tasks/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
3 changes: 1 addition & 2 deletions cloudbuild/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# NOTE: We currently only run the test in Python 3.9.
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
10 changes: 1 addition & 9 deletions composer/cicd_sample/utils/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": [
"2.7",
"3.6",
"3.7",
"3.9",
"3.10",
"3.11",
"3.12",
], # Composer w/ Airflow 2 only supports Python 3.8
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"], # Composer w/ Airflow 2 only supports Python 3.8
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion composer/cicd_sample/utils/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
requests==2.31.0
google-api-core==2.17.1
google-resumable-media==2.7.2
2 changes: 1 addition & 1 deletion composer/functions/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion composer/rest/composer2/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
requests==2.32.2
2 changes: 1 addition & 1 deletion composer/rest/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/api/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
flaky==3.8.1
2 changes: 1 addition & 1 deletion compute/auth/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion compute/auth/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/client_library/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.2
pytest==9.0.3; python_version >= "3.10"
pytest-xdist==3.6.1
flaky==3.8.1
google-cloud-storage==2.18.0
Expand Down
2 changes: 1 addition & 1 deletion compute/encryption/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion compute/encryption/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/load_balancing/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/managed-instances/demo/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/metadata/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion compute/oslogin/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==2.2.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
google-cloud-iam==2.17.0
google-api-python-client==2.131.0
2 changes: 1 addition & 1 deletion connectgateway/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"enforce_type_hints": True,
"gcloud_project_env": "GOOGLE_CLOUD_PROJECT",
"pip_version_override": None,
Expand Down
2 changes: 1 addition & 1 deletion connectgateway/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-container==2.56.1
pytest==8.3.5
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion contact-center-insights/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
# "enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion contact-center-insights/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==2.38.0
google-cloud-pubsub==2.28.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion container/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion container/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-container==2.54.0
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion containeranalysis/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion containeranalysis/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-pubsub==2.28.0
google-cloud-containeranalysis==2.16.0
grafeas==1.12.1
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
flaky==3.8.1
mock==5.1.0
2 changes: 1 addition & 1 deletion contentwarehouse/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion contentwarehouse/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
google-cloud-resource-manager==1.10.1
2 changes: 1 addition & 1 deletion datacatalog/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
google-cloud-bigquery==3.27.0
2 changes: 1 addition & 1 deletion datacatalog/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion datacatalog/v1beta1/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion dataflow/encryption-keys/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.8", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/encryption-keys/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion dataflow/extensible-templates/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.10", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/extensible-templates/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ google-api-python-client==2.131.0
google-cloud-bigquery==3.27.0
google-cloud-storage==2.9.0
pytest-xdist==3.3.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
pyyaml==6.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
google-api-python-client==2.87.0
google-cloud-storage==2.9.0
pytest-xdist==3.3.0
pytest==7.0.1
pytest==9.0.3; python_version >= "3.10"
pyyaml==6.0
2 changes: 1 addition & 1 deletion dataflow/gemma-flex-template/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ google-cloud-aiplatform==1.62.0
google-cloud-dataflow-client==0.8.14
google-cloud-pubsub==2.28.0
google-cloud-storage==2.18.2
pytest==8.3.2
pytest==9.0.3; python_version >= "3.10"
pytest-timeout==2.3.1
pyyaml==6.0.2
2 changes: 1 addition & 1 deletion dataflow/gemma/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-aiplatform==1.49.0
google-cloud-dataflow-client==0.8.10
google-cloud-storage==2.16.0
pytest==7.4.0
pytest==9.0.3; python_version >= "3.10"
pytest-timeout==2.3.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.131.0
google-cloud-storage==2.9.0
pytest-xdist==3.3.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.87.0
google-cloud-storage==2.9.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.87.0
google-cloud-storage==2.9.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.131.0
google-cloud-storage==2.9.0
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion dataflow/run-inference/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# Only test on Python 3.11.
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.12", "3.13", "3.14"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.57.0
google-cloud-dataflow-client==0.8.14
google-cloud-storage==2.10.0
pytest==9.0.3
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion dataflow/run_template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
flask==3.0.3
backoff==2.2.1; python_version >= "3.7"
2 changes: 1 addition & 1 deletion dataflow/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
docker==7.1.0

2 changes: 1 addition & 1 deletion datalabeling/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Declare optional test sessions you want to opt-in. Currently we
# have the following optional test sessions:
# 'cloud_run' # Test session for Cloud Run application.
Expand Down
2 changes: 1 addition & 1 deletion datalabeling/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff==2.2.1
pytest==8.2.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion dataplex/quickstart/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion dataplex/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Loading