File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33env_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
Original file line number Diff line number Diff line change 33# Run system tests when test files are modified
44env_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
Original file line number Diff line number Diff line change 4848]
4949UNIT_TEST_EXTRAS_BY_PYTHON = {}
5050
51- SYSTEM_TEST_PYTHON_VERSIONS = ["3.11 " ]
51+ SYSTEM_TEST_PYTHON_VERSIONS = ["3.10 " ]
5252SYSTEM_TEST_STANDARD_DEPENDENCIES = [
5353 "mock" ,
5454 "pytest" ,
Original file line number Diff line number Diff line change 7676vizier_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
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" ,
Original file line number Diff line number Diff line change 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
55proto-plus==1.22.0
66protobuf==3.19.6
77mock==4.0.2
You can’t perform that action at this time.
0 commit comments