Actually pytest-runner need not to be in tests_require

This commit is contained in:
Felix Yan 2015-11-05 23:33:03 +08:00
parent b8987edaff
commit a9fb82b03c

View file

@ -12,7 +12,6 @@ setup(
tests_require=[
'pytest',
'flaky',
'pytest-runner',
],
entry_points = {
'console_scripts': [