Skip to content

Commit 76859ed

Browse files
committed
include setuptools in lint_setup_py
1 parent f182798 commit 76859ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-resumable-media/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def lint(session):
215215
@nox.session(python=DEFAULT_PYTHON_VERSION)
216216
def lint_setup_py(session):
217217
"""Verify that setup.py is valid (including RST check)."""
218-
session.install("docutils", "Pygments")
218+
session.install("setuptools", "docutils", "Pygments")
219219
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
220220

221221

0 commit comments

Comments
 (0)