Add cherrypy.wsgiserver to frozen tests

This commit is contained in:
Daniel Schadt 2015-11-20 14:00:17 +01:00
parent a991a8c43c
commit cb40b1020c

View File

@ -55,7 +55,8 @@ 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', 'xvfbwrapper']
'httpbin', 'jinja2.ext', 'xvfbwrapper',
'cherrypy.wsgiserver']
httpbin_dir = os.path.dirname(httpbin.__file__)
opts['include_files'] += [