Skip to content

Commit 3e906ca

Browse files
dizcologyleahecole
authored andcommitted
remove snippet/noxfile.py and omit python 3.6 in noxfile_config.py
1 parent 8615ed3 commit 3e906ca

File tree

2 files changed

+1
-293
lines changed

2 files changed

+1
-293
lines changed

bigquery-connection/snippets/noxfile.py

Lines changed: 0 additions & 292 deletions
This file was deleted.

bigquery-connection/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)