We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae7a58 commit f8a86dcCopy full SHA for f8a86dc
packages/bigquery-magics/noxfile.py
@@ -82,7 +82,7 @@
82
],
83
}
84
85
-SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ALL_PYTHON
+SYSTEM_TEST_PYTHON_VERSIONS: List[str] = UNIT_TEST_PYTHON_VERSIONS
86
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
87
"mock",
88
"pytest",
0 commit comments