Skip to content

Commit

Permalink
Disable dev_tools for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 7, 2018
1 parent e55707a commit c8571cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/IntegrationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8571cb

Please sign in to comment.