Skip to content

Commit 7d93d0e

Browse files
committed
Run check_lower_bounds as system test
1 parent 221335a commit 7d93d0e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/google-cloud-testutils/noxfile.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ def unit(session):
118118

119119

120120
@nox.session(python=DEFAULT_PYTHON_VERSION)
121-
def check_lower_bounds(session):
122-
"""Check lower bounds in setup.py are reflected in constraints file"""
121+
def system(session):
122+
"""Run system test.
123+
Check lower bounds in setup.py are reflected in constraints file"""
123124
session.install(".")
124125
session.run(
125126
"lower-bound-checker",

0 commit comments

Comments
 (0)