We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a94be commit bda9f37Copy full SHA for bda9f37
packages/google-auth-httplib2/noxfile.py
@@ -100,7 +100,7 @@ def lint(session):
100
Returns a failure if the linters find linting errors or sufficiently
101
serious code quality issues.
102
"""
103
- session.install(FLAKE8_VERSION, BLACK_VERSION)
+ session.install(FLAKE8_VERSION, BLACK_VERSION, "setuptools")
104
session.run(
105
"black",
106
"--check",
0 commit comments