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

Commit 7829b32

Browse files
committed
fix: Add setuptools to lint_setup_py session
1 parent d2f0005 commit 7829b32

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
@@ -157,7 +157,7 @@ def mypy(session):
157157
@nox.session(python=DEFAULT_PYTHON_VERSION)
158158
def lint_setup_py(session):
159159
"""Verify that setup.py is valid (including RST check)."""
160-
session.install("docutils", "pygments")
160+
session.install("docutils", "pygments", "setuptools")
161161
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
162162

163163

0 commit comments

Comments
 (0)