From 43ae66dba47404c25d4ac671b4f5468a69c2643c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 23 Jan 2017 09:22:50 +0100 Subject: [PATCH] freeze_tests: Add queue module for cheroot --- scripts/dev/freeze_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/freeze_tests.py b/scripts/dev/freeze_tests.py index 082d4e999..9f9e2bbd2 100755 --- a/scripts/dev/freeze_tests.py +++ b/scripts/dev/freeze_tests.py @@ -55,7 +55,7 @@ def get_build_exe_options(): opts = freeze.get_build_exe_options(skip_html=True) opts['includes'] += pytest.freeze_includes() opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4', - 'httpbin', 'jinja2.ext', 'cheroot', 'pstats'] + 'httpbin', 'jinja2.ext', 'cheroot', 'pstats', 'queue'] httpbin_dir = os.path.dirname(httpbin.__file__) opts['include_files'] += [