File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
env_vars: {
4
4
key: " NOX_SESSION"
5
- value: " system-3.11 "
5
+ value: " system-3.10 "
6
6
}
7
7
8
8
# Run system tests in parallel, splitting up by file
Original file line number Diff line number Diff line change 3
3
# Run system tests when test files are modified
4
4
env_vars: {
5
5
key: " NOX_SESSION"
6
- value: " system-3.11 "
6
+ value: " system-3.10 "
7
7
}
8
8
9
9
# Run system tests in parallel, splitting up by file
Original file line number Diff line number Diff line change 48
48
]
49
49
UNIT_TEST_EXTRAS_BY_PYTHON = {}
50
50
51
- SYSTEM_TEST_PYTHON_VERSIONS = ["3.11 " ]
51
+ SYSTEM_TEST_PYTHON_VERSIONS = ["3.10 " ]
52
52
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
53
53
"mock" ,
54
54
"pytest" ,
Original file line number Diff line number Diff line change 76
76
vizier_extra_require = [
77
77
"google-vizier==0.0.4; python_version=='3.8'" ,
78
78
"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'" ,
80
80
"google-vizier>=0.1.6; python_version>='3.11'" ,
81
81
]
82
82
135
135
full_extra_require
136
136
+ profiler_extra_require
137
137
+ [
138
- "bigframes; python_version>='3.11 '" ,
138
+ "bigframes; python_version>='3.10 '" ,
139
139
"grpcio-testing" ,
140
140
"ipython" ,
141
141
"kfp" ,
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This constraints file is required for unit tests.
3
3
# List all library dependencies and extras in this file.
4
- google-api-core==1.32 .0
4
+ google-api-core==1.34 .0
5
5
proto-plus==1.22.0
6
6
protobuf==3.19.6
7
7
mock==4.0.2
You can’t perform that action at this time.
0 commit comments