diff --git a/scripts/dev/freeze_tests.py b/scripts/dev/freeze_tests.py index db347a66a..571b581e6 100755 --- a/scripts/dev/freeze_tests.py +++ b/scripts/dev/freeze_tests.py @@ -56,7 +56,7 @@ def get_build_exe_options(): opts['includes'] += pytest.freeze_includes() # pylint: disable=no-member opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4', 'httpbin', 'jinja2.ext', 'cherrypy.wsgiserver', - 'cherrypy.wsgiserver.wsgiserver3', 'pstats'] + 'pstats'] httpbin_dir = os.path.dirname(httpbin.__file__) opts['include_files'] += [