File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 7272CURRENT_DIRECTORY = pathlib .Path (__file__ ).parent .absolute ()
7373
7474nox .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):
181176def 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+ )
You can’t perform that action at this time.
0 commit comments