We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb16d7d commit f4e0facCopy full SHA for f4e0fac
bigquery/nox.py
@@ -105,7 +105,7 @@ def system(session, py):
105
106
@nox.session
107
@nox.parametrize('py', ['2.7', '3.6'])
108
-def snippets_tests(session, py):
+def snippets(session, py):
109
"""Run the system test suite."""
110
111
# Sanity check: Only run system tests if the environment variable is set.
0 commit comments