From ae43fefa2087841d892a2ffca81c21ab98c2bb4f Mon Sep 17 00:00:00 2001 From: Yuriy Sannikov Date: Fri, 14 Jan 2022 16:31:25 +0300 Subject: [PATCH] Run python unit tests in a github actions (#2589) * tox tests initial commit * run tests in the Dockerfile during the build phase * remove local tests Co-authored-by: YS --- frigate/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index 0c9b18d2b..bf593d6ac 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -78,9 +78,6 @@ class FrigateApp: self.config = user_config.runtime_config for camera_name in self.config.cameras.keys(): - # generage the ffmpeg commands - self.config.cameras[camera_name].create_ffmpeg_cmds() - # create camera_metrics self.camera_metrics[camera_name] = { "camera_fps": mp.Value("d", 0.0),