Also add cherrypy.wsgiserver.wsgiserver3 to freeze

This commit is contained in:
Daniel Schadt 2015-11-20 15:27:17 +01:00
parent 097a14d5f3
commit fe1c8ee4e8

View File

@ -56,7 +56,8 @@ def get_build_exe_options():
opts['includes'] += pytest.freeze_includes() # pylint: disable=no-member opts['includes'] += pytest.freeze_includes() # pylint: disable=no-member
opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4', opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4',
'httpbin', 'jinja2.ext', 'xvfbwrapper', 'httpbin', 'jinja2.ext', 'xvfbwrapper',
'cherrypy.wsgiserver'] 'cherrypy.wsgiserver',
'cherrypy.wsgiserver.wsgiserver3']
httpbin_dir = os.path.dirname(httpbin.__file__) httpbin_dir = os.path.dirname(httpbin.__file__)
opts['include_files'] += [ opts['include_files'] += [