From c8571cb91c28761fdff53afcb2e5c645495688f9 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Fri, 7 Sep 2018 14:22:14 -0400 Subject: [PATCH] Disable dev_tools for tests. --- tests/IntegrationTests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/IntegrationTests.py b/tests/IntegrationTests.py index 73f211624c..ee249d8cb5 100644 --- a/tests/IntegrationTests.py +++ b/tests/IntegrationTests.py @@ -48,7 +48,8 @@ def run(): port=8050, debug=False, processes=4, - threaded=False + threaded=False, + dev_tools=False ) # Run on a separate process so that it doesn't block