Fix pytest-benchmark package name

This commit is contained in:
Florian Bruhin 2017-02-18 00:46:55 +01:00
parent 4e74fff5e8
commit 0b94f2ed8c

View File

@ -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'] += [