10000 skip python-3.6 in sample test · davidxia/python-docs-samples@16f6360 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16f6360

Browse files
dizcologydandhlee
authored andcommitted
skip python-3.6 in sample test
1 parent 7a44df4 commit 16f6360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery-reservation/snippets/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
"ignored_versions": ["2.7"],
25+
"ignored_versions": ["2.7", "3.6"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": True,

0 commit comments

Comments
 (0)
0