Skip to content

Commit 47d65fe

Browse files
1 parent 2be51ad commit 47d65fe

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

‎noxfile.py‎

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@
7272
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7373

7474
nox.options.sessions = [
75-
"unit-3.9",
76-
"unit-3.10",
77-
"unit-3.11",
78-
"unit-3.12",
79-
"unit-3.13",
80-
"unit-3.14",
75+
"unit",
8176
"system",
8277
"cover",
8378
"lint",
@@ -181,9 +176,6 @@ def install_unittest_dependencies(session, *constraints):
181176
def unit(session, protobuf_implementation):
182177
# Install all test dependencies, then install this package in-place.
183178

184-
if session.python in ("3.7", "3.8") and os.environ.get("TRAMPOLINE_IMAGE"):
185-
session.skip("skipping Python 3.7 and 3.8 in kokoro tests")
186-
187179
if protobuf_implementation == "cpp" and session.python in (
188180
"3.11",
189181
"3.12",
@@ -495,4 +487,4 @@ def prerelease_deps(session, protobuf_implementation):
495487
env={
496488
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
497489
},
498-
)
490+
)

0 commit comments

Comments
 (0)