We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf77dc commit bba17beCopy full SHA for bba17be
1 file changed
packages/google-cloud-documentai-toolbox/noxfile.py
@@ -182,9 +182,7 @@ def install_unittest_dependencies(session, *constraints):
182
def unit(session, protobuf_implementation):
183
# Install all test dependencies, then install this package in-place.
184
185
- if session.python in (
186
- "3.7",
187
- ):
+ if session.python in ("3.7",):
188
session.skip("Python 3.7 is no longer supported")
189
190
if protobuf_implementation == "cpp" and session.python in (
0 commit comments