Skip to content

Commit

Permalink
remove snippet/noxfile.py and omit python 3.6 in noxfile_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology authored and leahecole committed Jun 16, 2023
1 parent 8615ed3 commit 3e906ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 293 deletions.
292 changes: 0 additions & 292 deletions bigquery-connection/snippets/noxfile.py

This file was deleted.

2 changes: 1 addition & 1 deletion bigquery-connection/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": True,
Expand Down

0 comments on commit 3e906ca

Please sign in to comment.