Blob Blame History Raw
From b6afb293b0d4b87c448e6b2774e539d84bcf3140 Mon Sep 17 00:00:00 2001
From: Tomas Tomecek <ttomecek@redhat.com>
Date: Fri, 11 Sep 2015 09:01:34 +0200
Subject: [PATCH] unpin test requirements

---
 test-requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test-requirements.txt b/test-requirements.txt
index 8461e36..1bd5042 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,3 @@
-mock==1.0.1
-pytest==2.7.2
-pytest-cov==2.1.0
+mock>=1.0.1
+pytest>=2.7.2
+pytest-cov>=2.1.0
-- 
2.5.1