diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/pkg/requirements-testing.pip | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip index e23135ac..5d12d05f 100644 --- a/common/pkg/requirements-testing.pip +++ b/common/pkg/requirements-testing.pip @@ -1,6 +1,13 @@ mock testscenarios -leap.common>=0.4.0 -leap.soledad.server>=0.7.0 -leap.soledad.client>=0.7.0 setuptools-trial + +#---------------------------------------------------------------------- +#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 |