Skip to content

Commit f8a86dc

Browse files
committed
fix: fix tests
1 parent bae7a58 commit f8a86dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigquery-magics/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
],
8383
}
8484

85-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ALL_PYTHON
85+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = UNIT_TEST_PYTHON_VERSIONS
8686
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
8787
"mock",
8888
"pytest",

0 commit comments

Comments
 (0)