Include xvfbwrapper when freezing tests.
This commit is contained in:
parent
52ced6c652
commit
2918f33569
@ -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'] += [
|
||||
|
Loading…
Reference in New Issue
Block a user