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

Commit 78c3484

Browse files
authored
fix build
1 parent 35c9207 commit 78c3484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def format(session):
140140
@nox.session(python=DEFAULT_PYTHON_VERSION)
141141
def lint_setup_py(session):
142142
"""Verify that setup.py is valid (including RST check)."""
143-
session.install("docutils", "pygments")
143+
session.install("docutils", "pygments", "setuptools")
144144
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
145145

146146

0 commit comments

Comments
 (0)