summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTianon Gravi <tianon@debian.org>2015-11-08 10:36:49 -0800
committerFelipe Sateler <fsateler@debian.org>2018-10-10 10:05:22 -0300
commit62ce398a1d4a18672b061c007e89587b0e34e3c2 (patch)
tree1cb3989e4882d5bd2cf6e3c870c647fe10e70d61 /test-requirements.txt
parentedb60e73705e587fbeca9cf7e59721fb243a2a66 (diff)
Unpin dependencies so newer versions satisfy them appropriately
Forwarded: https://github.com/dotcloud/docker-py/issues/101 (upstream has no interest) Patch-Name: requirements.patch Gbp-Pq: Name requirements.patch
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 09680b6..3396b1c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,6 @@
-coverage==3.7.1
-flake8==3.4.1
-mock==1.0.1
-pytest==2.9.1
-pytest-cov==2.1.0
-pytest-timeout==1.2.1
+coverage>=3.7.1
+flake8>=3.4.1
+mock>=1.0.1
+pytest>=2.9.1
+pytest-cov>=2.1.0
+pytest-timeout>=1.2.1