From 9552de009fdaf4b100ae0d8a78e741c537f931dd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 02 2018 10:28:50 +0000 Subject: Disabled debug when running the tests This is required for flask 1.0 due to: https://github.com/pallets/flask/issues/2735 Fixed in 1.0.1 but 1.0.1 isn't out yet so... :) Signed-off-by: Pierre-Yves Chibon --- diff --git a/tests/__init__.py b/tests/__init__.py index f881738..a1f80c0 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -71,7 +71,6 @@ ENABLE_TICKETS = %(enable_tickets)s REMOTE_GIT_FOLDER = '%(path)s/remotes' DB_URL = '%(dburl)s' ALLOW_PROJECT_DOWAIT = True -DEBUG = True PAGURE_CI_SERVICES = ['jenkins'] EMAIL_SEND = False TESTING = True diff --git a/tests/test_config b/tests/test_config index a810db7..04970a4 100644 --- a/tests/test_config +++ b/tests/test_config @@ -1,3 +1,2 @@ PAGURE_CI_SERVICES = ['jenkins'] ALLOW_PROJECT_DOWAIT = True -DEBUG=True