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