From e309b8aff4d585b6849178368fc5c8d6a25484f9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 30 Mar 2021 12:33:23 -0700 Subject: [PATCH] fix: fix retry deadlines (#73) feat: add `from_service_account_info` --- talent/noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talent/noxfile.py b/talent/noxfile.py index bca0522ec4d9..97bf7da80e39 100644 --- a/talent/noxfile.py +++ b/talent/noxfile.py @@ -85,7 +85,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to tested samples. -ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"] +ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG['ignored_versions']