Skip to content

Commit 5814ae8

Browse files
author
Jon Wayne Parrott
authored
Install local dependencies when running lint (#4936)
1 parent 75d1d75 commit 5814ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-datastore

packages/google-cloud-datastore/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def lint(session):
124124
serious code quality issues.
125125
"""
126126
session.interpreter = 'python3.6'
127-
session.install('flake8')
127+
session.install('flake8', *LOCAL_DEPS)
128128
session.install('.')
129129
session.run('flake8', 'google', 'tests')
130130

0 commit comments

Comments
 (0)