Skip to content
Draft
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 alloydb/notebooks/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.11", "3.12", "3.13"],
"ignored_versions": ["3.7", "3.8", "3.9", "3.11", "3.12", "3.13"],
Comment thread
XrossFox marked this conversation as resolved.
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
6 changes: 3 additions & 3 deletions alloydb/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-alloydb-connector[asyncpg]==1.5.0
google-cloud-alloydb-connector[asyncpg]==1.12.1
sqlalchemy==2.0.40
pytest==8.3.3
pytest==9.0.3; python_version >= "3.10"
ipykernel==6.29.5
pytest-asyncio==0.24.0
pytest-asyncio==1.3.0
Comment thread
XrossFox marked this conversation as resolved.
nbconvert==7.16.6
2 changes: 1 addition & 1 deletion aml-ai/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 appengine/flexible/analytics/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/analytics/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"
responses==0.23.1
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/datastore/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 appengine/flexible/django_cloudsql/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.11"],
"ignored_versions": ["3.7", "3.8", "3.9", "3.11", "3.12", "3.13"],
# An envvar key for determining the project id to use. Change it
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
# build specific Cloud project. You can also use your own string
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/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"
pytest-django==4.9.0
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/hello_world/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 appengine/flexible/hello_world_django/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.11"],
"ignored_versions": ["3.7", "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 appengine/flexible/metadata/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/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"
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"],
"ignored_versions": ["3.7", "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"
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"],
"ignored_versions": ["3.7", "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 appengine/flexible/numpy/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.12", "3.13"],
"ignored_versions": ["3.7", "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 appengine/flexible/numpy/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 appengine/flexible/pubsub/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.
# Skipping for Python 3.9 due to pyarrow compilation failure.
"ignored_versions": ["2.7", "3.7"],
"ignored_versions": ["3.7", "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 appengine/flexible/pubsub/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 appengine/flexible/scipy/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.11", "3.12", "3.13"],
"ignored_versions": ["3.7", "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 appengine/flexible/scipy/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 appengine/flexible/static_files/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/static_files/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 appengine/flexible/storage/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.9", "3.10"],
"ignored_versions": ["3.7", "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 appengine/flexible/storage/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-storage==2.9.0
2 changes: 1 addition & 1 deletion appengine/flexible/tasks/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/tasks/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 appengine/flexible/twilio/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/twilio/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"
responses==0.23.1
2 changes: 1 addition & 1 deletion appengine/flexible/websockets/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"],
"ignored_versions": ["3.7", "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 appengine/flexible/websockets/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"
retrying==1.3.4
websocket-client==1.7.0
3 changes: 1 addition & 2 deletions appengine/standard/analytics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"
responses==0.17.0; python_version < '3.7'
responses==0.23.1; python_version > '3.6'
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"
WebTest==2.0.35; python_version < '3.0'
3 changes: 1 addition & 2 deletions appengine/standard/blobstore/gcs/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"
WebTest==2.0.35; python_version < '3.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
pytest==9.0.3; python_version >= "3.10"
mock==3.0.5; python_version < '3.0'
mock==5.1.0; python_version >= '3.0'
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
pytest==9.0.3; python_version >= "3.10"
mock==3.0.5; python_version < '3.0'
mock==5.1.0; python_version >= '3.0'
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
pytest==9.0.3; python_version >= "3.10"
mock==3.0.5; python_version < '3.0'
mock==5.1.0; python_version >= '3.0'
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
4 changes: 1 addition & 3 deletions appengine/standard/iap/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
pytest==9.0.3; python_version >= "3.10"
WebTest==2.0.35; python_version < '3.0'
six==1.16.0
2 changes: 1 addition & 1 deletion appengine/standard/images/api/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.5
pytest==9.0.3; python_version >= "3.10"
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.4
pytest==9.0.3; python_version >= "3.10"
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.4
pytest==9.0.3; python_version >= "3.10"
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.5
pytest==9.0.3; python_version >= "3.10"
WebTest==3.0.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
pytest==9.0.3; python_version >= "3.10"
mock==5.0.2; python_version > '3.0'
mock==3.0.5; python_version < '3.0'
six==1.16.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# 2025-01-14 Adds support for Python3.
pytest==8.3.2; python_version >= '3.0'
WebTest==3.0.1; python_version >= '3.0'
six==1.16.0
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
5 changes: 1 addition & 4 deletions appengine/standard/ndb/overview/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
5 changes: 1 addition & 4 deletions appengine/standard/ndb/transactions/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
2 changes: 1 addition & 1 deletion appengine/standard/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.6", "3.7", "3.8", "3.10", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.7", "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,6 +1,3 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==9.0.3; python_version >= "3.10"

# pytest==8.3.4 and six==1.17.0 for Python3.
pytest==8.3.4; python_version >= '3.0'
six==1.17.0
Loading