We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221335a commit 7d93d0eCopy full SHA for 7d93d0e
1 file changed
packages/google-cloud-testutils/noxfile.py
@@ -118,8 +118,9 @@ def unit(session):
118
119
120
@nox.session(python=DEFAULT_PYTHON_VERSION)
121
-def check_lower_bounds(session):
122
- """Check lower bounds in setup.py are reflected in constraints file"""
+def system(session):
+ """Run system test.
123
+ Check lower bounds in setup.py are reflected in constraints file"""
124
session.install(".")
125
session.run(
126
"lower-bound-checker",
0 commit comments