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
commit3b59ef90241c61805ab782e955d4acfee0a6bafd (patch)
treec999a87bcf0d737c9214bab596aed5897dbcbfe8
parent8589e947fbae5baf21caa8b47d75d7d33c2f493b (diff)
[pkg] comment the line until the version string is fixed
otherwise, the tests will be pulling outdated versions from pypi.
-rw-r--r--keymanager/pkg/requirements-testing.pip9
1 files changed, 8 insertions, 1 deletions
diff --git a/keymanager/pkg/requirements-testing.pip b/keymanager/pkg/requirements-testing.pip
index 14a4820..b19a533 100644
--- a/keymanager/pkg/requirements-testing.pip
+++ b/keymanager/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