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,