From 4f058327ca8b0766ad4780a9131db21b7ce1a65d Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Fri, 13 Nov 2020 10:38:53 +0100 Subject: [PATCH] VC/Zoom: update pytest.ini --- vc_zoom/pytest.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vc_zoom/pytest.ini b/vc_zoom/pytest.ini index cba3f73..b7ae65f 100644 --- a/vc_zoom/pytest.ini +++ b/vc_zoom/pytest.ini @@ -3,5 +3,10 @@ addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail ; only check for tests in suffixed files python_files = *_test.py -; we need the livesync plugin to be loaded +; we need the vc_zoom plugin to be loaded indico_plugins = vc_zoom +; fail if there are warnings, but ignore ones that are likely just noise +filterwarnings = + error + ignore::sqlalchemy.exc.SAWarning + ignore::UserWarning