From 400477d5e41b68d1d0f6126ea81ae0bcdb736ef0 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sun, 1 Aug 2021 21:50:43 -0400 Subject: [PATCH] chore: skip samples checks for python 3.6/8/9 --- samples/snippets/noxfile_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/noxfile_config.py b/samples/snippets/noxfile_config.py index 82a6331eee..a64317c506 100644 --- a/samples/snippets/noxfile_config.py +++ b/samples/snippets/noxfile_config.py @@ -19,7 +19,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", "3.8", "3.9"], # An envvar key for determining the project id to use. Change it # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a # build specific Cloud project. You can also use your own string