From 5e7cf7f1a138e4897feb9647fff9c5224dac91cf Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 06:28:41 +0200 Subject: [PATCH] cov --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f95e259..11113dc 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' ) -- GitLab