From 8c1603514fe22d00380996e797a8170d5c9e6f56 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 06:30:50 +0200
Subject: [PATCH] ``

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 11113dc..fdca370 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,8 @@ 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'],
+      # per coverage version for codeclimate-reporter
+      tests_require=["nose", 'coverage==4.0'],
       test_suite='nose.collector'
      )
 
-- 
GitLab