summaryrefslogtreecommitdiff
path: root/common/pkg/requirements-testing.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-28 15:41:49 -0400
committerKali Kaneko <kali@leap.se>2015-08-28 15:41:49 -0400
commit19d96f97d752ef481eec5f44b88aee0a6bbb8dcb (patch)
tree29ff012d268389043b10fb806a4384c67d92c982 /common/pkg/requirements-testing.pip
parentda1a936af43962f4531eda51fa5834391f6745a1 (diff)
parent20966f78951d734f100ed6a6a6feedd15dbe79e7 (diff)
Merge tag '0.7.2' into debian/experimental
Tag leap.soledad version 0.7.2
Diffstat (limited to 'common/pkg/requirements-testing.pip')
-rw-r--r--common/pkg/requirements-testing.pip15
1 files changed, 12 insertions, 3 deletions
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip
index 9302450c..526b7101 100644
--- a/common/pkg/requirements-testing.pip
+++ b/common/pkg/requirements-testing.pip
@@ -1,5 +1,14 @@
mock
testscenarios
-leap.common
-leap.soledad.server
-leap.soledad.client
+setuptools-trial
+pep8
+
+#----------------------------------------------------------------------
+#Right now, common tests also depend on having the other soledad
+#modules installed. Commenting to avoid versioning problem, you should
+#know what you are testing against :)
+#----------------------------------------------------------------------
+
+#leap.common>=0.4.0
+#leap.soledad.server>=0.7.0
+#leap.soledad.client>=0.7.0