From e3506f965d0cbff08dca48c731101c1fbb494a59 Mon Sep 17 00:00:00 2001 From: Emmanuel Alejandro Parada Licea <paradalicea@google.com> Date: Mon, 10 Mar 2025 12:56:18 -0600 Subject: [PATCH] fix(securitycenter): add fake change to run Kokoro CI tests --- securitycenter/snippets/noxfile_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/securitycenter/snippets/noxfile_config.py b/securitycenter/snippets/noxfile_config.py index cb835de26ca8..6ca893051299 100644 --- a/securitycenter/snippets/noxfile_config.py +++ b/securitycenter/snippets/noxfile_config.py @@ -20,6 +20,8 @@ # The source of truth: # https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/noxfile_config.py +# 2025-03-10 + TEST_CONFIG_OVERRIDE = { # You can opt out from the test for specific Python versions. "ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],