Fix pytest_rerunfailures package name

This commit is contained in:
Florian Bruhin 2016-06-01 13:13:41 +02:00
parent fd55f9236f
commit ce0b50bafd

View File

@ -57,7 +57,7 @@ def get_build_exe_options():
opts['includes'] += ['unittest.mock', 'PyQt5.QtTest', 'hypothesis', 'bs4',
'httpbin', 'jinja2.ext', 'cherrypy.wsgiserver',
'cherrypy.wsgiserver.wsgiserver3', 'pstats',
'pytest-rerunfailures']
'pytest_rerunfailures']
httpbin_dir = os.path.dirname(httpbin.__file__)
opts['include_files'] += [