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>2019-01-10 19:35:42 -0300
commitdf496bc4b7f52c8b0b5758ab1b1694f73d0d4589 (patch)
treeea36dc81eb0eedaf265a478140d3118edcdc9417 /test-requirements.txt
parent2db366a7cd40e5019776fc3a07216d7e03a5dae8 (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