From 2918f335694625bf0825f70e20accc13d5d0bc0d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Oct 2015 17:06:19 +0200 Subject: [PATCH] Include xvfbwrapper when freezing tests. --- 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 24c5a5211..309e00357 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() # pylint: disable=no-member opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4', - 'httpbin', 'jinja2.ext'] + 'httpbin', 'jinja2.ext', 'xvfbwrapper'] httpbin_dir = os.path.dirname(httpbin.__file__) opts['include_files'] += [