Skip to content

Commit 1230122

Browse files
authored
chore: remove system-3.13 from sessions (googleapis#14395)
This is to fix integration tests for DLP
1 parent 0308e9d commit 1230122

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.generator/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ def _run_nox_sessions(library_id: str, repo: str):
431431
"unit-3.9",
432432
"unit-3.13",
433433
"docs",
434-
"system-3.13",
435434
"lint",
436435
"lint_setup_py",
437436
"mypy-3.13",

.generator/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ def test_run_nox_sessions_success(mocker, mock_generate_request_data_for_nox):
461461
"unit-3.9",
462462
"unit-3.13",
463463
"docs",
464-
"system-3.13",
465464
"lint",
466465
"lint_setup_py",
467466
"mypy-3.13",
@@ -474,7 +473,6 @@ def test_run_nox_sessions_success(mocker, mock_generate_request_data_for_nox):
474473
mocker.call("unit-3.9", "mock-library", "repo"),
475474
mocker.call("unit-3.13", "mock-library", "repo"),
476475
mocker.call("docs", "mock-library", "repo"),
477-
mocker.call("system-3.13", "mock-library", "repo"),
478476
mocker.call("lint", "mock-library", "repo"),
479477
mocker.call("lint_setup_py", "mock-library", "repo"),
480478
mocker.call("mypy-3.13", "mock-library", "repo"),

0 commit comments

Comments
 (0)