Include pstats for frozen tests.
This commit is contained in:
parent
02f367a308
commit
5b66d81f7d
@ -57,7 +57,7 @@ def get_build_exe_options():
|
|||||||
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']
|
'cherrypy.wsgiserver.wsgiserver3', 'pstats']
|
||||||
|
|
||||||
httpbin_dir = os.path.dirname(httpbin.__file__)
|
httpbin_dir = os.path.dirname(httpbin.__file__)
|
||||||
opts['include_files'] += [
|
opts['include_files'] += [
|
||||||
|
Loading…
Reference in New Issue
Block a user