Remove xvfbwrapper from freeze_tests.py.

This commit is contained in:
Florian Bruhin 2016-02-17 07:45:36 +01:00
parent ae7cbb6dce
commit 504bf6eb3b

View File

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