aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/06_relax-test-requirements.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/06_relax-test-requirements.patch')
-rw-r--r--debian/patches/06_relax-test-requirements.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/06_relax-test-requirements.patch b/debian/patches/06_relax-test-requirements.patch
new file mode 100644
index 0000000..e0fe46c
--- /dev/null
+++ b/debian/patches/06_relax-test-requirements.patch
@@ -0,0 +1,16 @@
+Description: Relax version of packages needed for testing.
+Author: Daniele Tricoli <eriol@mornie.org>
+Forwarded: not-needed
+Last-Update: 2014-05-25
+
+--- a/test-requirements.txt
++++ b/test-requirements.txt
+@@ -1,4 +1,4 @@
+-nose==1.3
+-mock==1.0.1
+-tornado==3.1.1
+-coverage==3.6
++nose>=1.3
++mock>=1.0.1
++tornado>=3.1.1
++coverage>=3.6