Skip to content

Commit 6ae2cbb

Browse files
committed
require pytest>=2.5 when running tests from setup.py
1 parent 310c7c2 commit 6ae2cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run_tests(self):
4242
keywords=['Redis', 'key-value store'],
4343
license='MIT',
4444
packages=['redis'],
45-
tests_require=['pytest'],
45+
tests_require=['pytest>=2.5.0'],
4646
cmdclass={'test': PyTest},
4747
classifiers=[
4848
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)