Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit f9112a8

Browse files
committed
lint
1 parent 6934834 commit f9112a8

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
@@ -203,7 +203,7 @@ def format(session):
203203
@_calculate_duration
204204
def lint_setup_py(session):
205205
"""Verify that setup.py is valid (including RST check)."""
206-
session.install("docutils", "pygments")
206+
session.install("docutils", "pygments", "setuptools")
207207
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
208208

209209

0 commit comments

Comments
 (0)