Skip to content

Commit 79afe8b

Browse files
committed
fix lint
1 parent 6f3e9e1 commit 79afe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def format(session):
128128
@nox.session(python=DEFAULT_PYTHON_VERSION)
129129
def lint_setup_py(session):
130130
"""Verify that setup.py is valid (including RST check)."""
131-
session.install("docutils", "pygments")
131+
session.install("docutils", "pygments", "setuptools")
132132
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
133133

134134

0 commit comments

Comments
 (0)