Skip to content

Commit d85f85e

Browse files
authored
chore: skip samples checks for python 3.6/8/9 (googleapis#582)
1 parent 91fc046 commit d85f85e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/noxfile_config.py

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

2020
TEST_CONFIG_OVERRIDE = {
2121
# You can opt out from the test for specific Python versions.
22-
"ignored_versions": ["2.7"],
22+
"ignored_versions": ["2.7", "3.6", "3.8", "3.9"],
2323
# An envvar key for determining the project id to use. Change it
2424
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
2525
# build specific Cloud project. You can also use your own string

0 commit comments

Comments
 (0)