diff options
author | Parménides GV <parmegv@sdf.org> | 2015-07-27 19:00:03 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-07-27 13:08:00 -0400 |
commit | f943c29a6100c80a01a6436e67fa7b887a4d9859 (patch) | |
tree | 5ab4289161925606af23bb034fa834719fcbc009 /pkg | |
parent | 8d355cabd0b087b5e7161c2721bb8ae94ace1336 (diff) |
[pkg] comment the line until the version string is fixed
otherwise, the tests will be pulling outdated versions from pypi.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements-testing.pip | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index 14a4820f..b19a533f 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 |