Skip to content

Commit 1ff90ac

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Change system tests version to Python 3.10
PiperOrigin-RevId: 575326113
1 parent 96e7f7d commit 1ff90ac

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.kokoro/continuous/system.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
env_vars: {
44
key: "NOX_SESSION"
5-
value: "system-3.11"
5+
value: "system-3.10"
66
}
77

88
# Run system tests in parallel, splitting up by file

.kokoro/presubmit/system.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run system tests when test files are modified
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.11"
6+
value: "system-3.10"
77
}
88

99
# Run system tests in parallel, splitting up by file

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949
UNIT_TEST_EXTRAS_BY_PYTHON = {}
5050

51-
SYSTEM_TEST_PYTHON_VERSIONS = ["3.11"]
51+
SYSTEM_TEST_PYTHON_VERSIONS = ["3.10"]
5252
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
5353
"mock",
5454
"pytest",

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
vizier_extra_require = [
7777
"google-vizier==0.0.4; python_version=='3.8'",
7878
"google-vizier==0.0.11; python_version=='3.9'",
79-
"google-vizier==0.0.11; python_version=='3.10'",
79+
"google-vizier>=0.0.14; python_version=='3.10'",
8080
"google-vizier>=0.1.6; python_version>='3.11'",
8181
]
8282

@@ -135,7 +135,7 @@
135135
full_extra_require
136136
+ profiler_extra_require
137137
+ [
138-
"bigframes; python_version>='3.11'",
138+
"bigframes; python_version>='3.10'",
139139
"grpcio-testing",
140140
"ipython",
141141
"kfp",

testing/constraints-3.10.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
4-
google-api-core==1.32.0
4+
google-api-core==1.34.0
55
proto-plus==1.22.0
66
protobuf==3.19.6
77
mock==4.0.2

0 commit comments

Comments
 (0)