Skip to content

Commit

Permalink
Disabled debug when running the tests
Browse files Browse the repository at this point in the history
This is required for flask 1.0 due to:
pallets/flask#2735
Fixed in 1.0.1 but 1.0.1 isn't out yet so... :)

Signed-off-by: Pierre-Yves Chibon <[email protected]>
  • Loading branch information
pypingou committed May 2, 2018
1 parent a554791 commit 9552de0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
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
Expand Down
1 change: 0 additions & 1 deletion tests/test_config
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PAGURE_CI_SERVICES = ['jenkins']
ALLOW_PROJECT_DOWAIT = True
DEBUG=True

0 comments on commit 9552de0

Please sign in to comment.