diff --git a/scripts/dev/freeze_tests.py b/scripts/dev/freeze_tests.py index 498edca84..a84d0c9f9 100755 --- a/scripts/dev/freeze_tests.py +++ b/scripts/dev/freeze_tests.py @@ -52,7 +52,7 @@ def get_build_exe_options(): """Get build_exe options with additional includes.""" 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'] + opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4'] opts['packages'].append('qutebrowser') return opts