From 6e75d0f1b24f642db72a5e4786c9cd83bd8509d0 Mon Sep 17 00:00:00 2001 From: Yu-Han Liu Date: Tue, 12 Sep 2023 09:12:23 -0700 Subject: [PATCH] Update video/live-stream/noxfile_config.py Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- video/live-stream/noxfile_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/live-stream/noxfile_config.py b/video/live-stream/noxfile_config.py index 947c76615f41..e7c27af8a303 100644 --- a/video/live-stream/noxfile_config.py +++ b/video/live-stream/noxfile_config.py @@ -22,7 +22,7 @@ TEST_CONFIG_OVERRIDE = { # You can opt out from the test for specific Python versions. - "ignored_versions": [], + "ignored_versions": [2.7], # Old samples are opted out of enforcing Python type hints # All new samples should feature them "enforce_type_hints": True,