diff --git a/scripts/dev/freeze_tests.py b/scripts/dev/freeze_tests.py index 3c7ebb761..dede962b3 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() opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4', 'httpbin', 'jinja2.ext', 'cheroot', 'pstats', 'queue', - 'pytest-benchmark'] + 'pytest_benchmark'] httpbin_dir = os.path.dirname(httpbin.__file__) opts['include_files'] += [