diff --git a/setup.py b/setup.py index f95e25993328206b53fa8ca043fd1fb9281235c4..11113dc327b8effcdd25eb762200d638ea0c3178 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availabilit Also, handles your reconnects and transactionality THE RIGHT WAY, though somewhat opinionated''', install_requires=['six', 'monotonic', 'futures'], - tests_require=["nose", 'coverage>4,0,<4.4'], + tests_require=["nose", 'coverage>4.0,<4.4'], test_suite='nose.collector' )