Skip to content

Commit 2a2f0df

Browse files
committed
add setuptools to lint_setup_py nox session
1 parent 1296678 commit 2a2f0df

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
@@ -261,7 +261,7 @@ def unit_w_async_rest_extra(session):
261261
def lint_setup_py(session):
262262
"""Verify that setup.py is valid (including RST check)."""
263263

264-
session.install("docutils", "Pygments")
264+
session.install("docutils", "Pygments", "setuptools")
265265
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
266266

267267

0 commit comments

Comments
 (0)