Skip to content

Commit c0aa9a4

Browse files
authored
fix build
1 parent 6e5b240 commit c0aa9a4

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
@@ -141,7 +141,7 @@ def format(session):
141141
@nox.session(python=DEFAULT_PYTHON_VERSION)
142142
def lint_setup_py(session):
143143
"""Verify that setup.py is valid (including RST check)."""
144-
session.install("docutils", "pygments")
144+
session.install("docutils", "pygments", "setuptools")
145145
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
146146

147147

0 commit comments

Comments
 (0)