Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f684b0a

Browse files
author
Jon Wayne Parrott
authored
Re-enable lint for tests, remove usage of pylint (#4921)
1 parent deb87a0 commit f684b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def default(session):
4242
'py.test',
4343
'--quiet',
4444
'--cov=google.cloud.container',
45-
'--cov=google.cloud.container_v1',
45+
'--cov=google.cloud.container_v1',
4646
'--cov=tests.unit',
4747
'--cov-append',
4848
'--cov-config=.coveragerc',

0 commit comments

Comments
 (0)