From e1750446e834f41548f8e141a5ca291184138c27 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 23 Jul 2015 14:21:29 -0400 Subject: [pkg] remove leap deps from requirements-testing too - Related: #7288 --- common/pkg/requirements-testing.pip | 13 ++++++++++--- 1 file 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 -- cgit v1.2.3