Skip to content

Commit e0b2257

Browse files
authored
chore: Add setuptools to lint_setup_py session installation (#2192)
1 parent ccd7c07 commit e0b2257

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
@@ -193,7 +193,7 @@ def format(session):
193193
@nox.session(python=DEFAULT_PYTHON_VERSION)
194194
def lint_setup_py(session):
195195
"""Verify that setup.py is valid (including RST check)."""
196-
session.install("docutils", "pygments")
196+
session.install("docutils", "pygments", "setuptools")
197197
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
198198

199199
session.install("twine", "wheel")

0 commit comments

Comments
 (0)