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

Commit f8050c8

Browse files
committed
install setuptools for lint_setup_py
1 parent 9875a75 commit f8050c8

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
@@ -143,7 +143,7 @@ def format(session):
143143
@nox.session(python=DEFAULT_PYTHON_VERSION)
144144
def lint_setup_py(session):
145145
"""Verify that setup.py is valid (including RST check)."""
146-
session.install("docutils", "pygments")
146+
session.install("docutils", "pygments", "setuptools>=79.0.1")
147147
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
148148

149149

0 commit comments

Comments
 (0)