Skip to content

Commit 95ec3d4

Browse files
committed
installs setuptools for lint_setup.py
1 parent df5c158 commit 95ec3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def format(session):
150150
@nox.session(python=DEFAULT_PYTHON_VERSION)
151151
def lint_setup_py(session):
152152
"""Verify that setup.py is valid (including RST check)."""
153-
session.install("docutils", "pygments")
153+
session.install("setuptools", "docutils", "pygments")
154154
session.run("python", "-m", "pip", "freeze")
155155
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
156156

0 commit comments

Comments
 (0)