Browse Source

Try newer version of pytest-benchmarks

pull/47/head
andrei 8 years ago
parent
commit
47a10b4cf1
  1. 2
      setup.py

2
setup.py

@ -33,7 +33,7 @@ setup(
extras_require=extras_require,
test_suite='tests',
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-benchmark'],
tests_require=['pytest', 'pytest-benchmark==3.1.0a2'],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',

Loading…
Cancel
Save