Skip to content

Commit c2654bc

Browse files
committed
fix build
1 parent eaaceeb commit c2654bc

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
@@ -106,7 +106,7 @@ def unit(session):
106106
def lint_setup_py(session):
107107
"""Verify that setup.py is valid (including RST check)."""
108108

109-
session.install("docutils", "Pygments")
109+
session.install("docutils", "Pygments", "setuptools")
110110
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
111111

112112

0 commit comments

Comments
 (0)