Skip to content

Commit

Permalink
chore: Change system tests version to Python 3.10
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574250469
  • Loading branch information
matthew29tang authored and Copybara-Service committed Oct 17, 2023
1 parent a9d7632 commit 9a26ce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/continuous/system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

env_vars: {
key: "NOX_SESSION"
value: "system-3.11"
value: "system-3.10"
}

# Run system tests in parallel, splitting up by file
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run system tests when test files are modified
env_vars: {
key: "NOX_SESSION"
value: "system-3.11"
value: "system-3.10"
}

# Run system tests in parallel, splitting up by file
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
UNIT_TEST_EXTRAS_BY_PYTHON = {}

SYSTEM_TEST_PYTHON_VERSIONS = ["3.11"]
SYSTEM_TEST_PYTHON_VERSIONS = ["3.10"]
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
"mock",
"pytest",
Expand Down

0 comments on commit 9a26ce0

Please sign in to comment.