Skip to content

Commit 19df3e6

Browse files
committed
only one system test
1 parent 55522e5 commit 19df3e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
DEFAULT_PYTHON_VERSION = "3.8"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38+
"3.7",
39+
"3.8",
3840
"3.9",
3941
"3.10",
4042
"3.11",

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_staging_dirs(
109109
system_test_external_dependencies=[
110110
"pytest-asyncio==0.21.2",
111111
],
112-
system_test_python_versions=["3.9", "3.14"],
112+
system_test_python_versions=["3.9"],
113113
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
114114
)
115115

0 commit comments

Comments
 (0)