summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-07-27 19:00:03 +0200
committerKali Kaneko <kali@leap.se>2015-07-27 13:08:00 -0400
commitf943c29a6100c80a01a6436e67fa7b887a4d9859 (patch)
tree5ab4289161925606af23bb034fa834719fcbc009
parent8d355cabd0b087b5e7161c2721bb8ae94ace1336 (diff)
[pkg] comment the line until the version string is fixed
otherwise, the tests will be pulling outdated versions from pypi.
-rw-r--r--pkg/requirements-testing.pip9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip
index 14a4820..b19a533 100644
--- a/pkg/requirements-testing.pip
+++ b/pkg/requirements-testing.pip
@@ -1,3 +1,10 @@
mock
-leap.soledad.client
setuptools-trial
+
+#-----------------------------------------------------------------------------
+#Although it's not a package dependency, tests also depend on having
+#soledad client installed. Commenting to avoid versioning problem, you should
+#know what you are testing against :)
+#-----------------------------------------------------------------------------
+
+#leap.soledad.client