Skip to content

Commit c6d9c0f

Browse files
committed
lint
1 parent 788c92d commit c6d9c0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,12 @@ def install_unittest_dependencies(session, *constraints):
218218
def unit(session, protobuf_implementation):
219219
# Install all test dependencies, then install this package in-place.
220220

221-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13", "3.14"):
221+
if protobuf_implementation == "cpp" and session.python in (
222+
"3.11",
223+
"3.12",
224+
"3.13",
225+
"3.14",
226+
):
222227
session.skip("cpp implementation is not supported in python 3.11+")
223228

224229
constraints_path = str(

0 commit comments

Comments
 (0)