summaryrefslogtreecommitdiff
path: root/common/pkg/requirements-testing.pip
diff options
context:
space:
mode:
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