Include pstats for frozen tests.

This commit is contained in:
Florian Bruhin 2016-02-11 08:26:31 +01:00
parent 02f367a308
commit 5b66d81f7d

View File

@ -57,7 +57,7 @@ def get_build_exe_options():
opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4',
'httpbin', 'jinja2.ext', 'xvfbwrapper',
'cherrypy.wsgiserver',
'cherrypy.wsgiserver.wsgiserver3']
'cherrypy.wsgiserver.wsgiserver3', 'pstats']
httpbin_dir = os.path.dirname(httpbin.__file__)
opts['include_files'] += [