Skip to content

Commit 2f3c3e1

Browse files
committed
fix lint check
1 parent 384befb commit 2f3c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pandas-gbq/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def format(session):
171171
@_calculate_duration
172172
def lint_setup_py(session):
173173
"""Verify that setup.py is valid (including RST check)."""
174-
session.install("docutils", "pygments")
174+
session.install("setuptools", "docutils", "pygments")
175175
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
176176

177177

0 commit comments

Comments
 (0)