Skip to content

Commit

Permalink
skip python-3.6 in sample test
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology authored and leahecole committed Jul 11, 2023
1 parent 551e487 commit 7410f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery-datatransfer/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7"],
"ignored_versions": ["2.7", "3.6"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down

0 comments on commit 7410f25

Please sign in to comment.