diff options
author | drebs <drebs@leap.se> | 2016-08-25 21:33:34 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-29 12:56:05 -0300 |
commit | 0f4bc628a4677978a9330f510fb20dfc7c8fced2 (patch) | |
tree | 7ecab203a88e1d47bd952300e0bbaf25bf27f8ef /common/pkg/requirements-testing.pip | |
parent | 0690eb5338953dadc68c53b8d4010ca40adc3b0b (diff) |
[pkg] remove deprecated requirements-testing.pip
Diffstat (limited to 'common/pkg/requirements-testing.pip')
-rw-r--r-- | common/pkg/requirements-testing.pip | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip deleted file mode 100644 index 526b7101..00000000 --- a/common/pkg/requirements-testing.pip +++ /dev/null @@ -1,14 +0,0 @@ -mock -testscenarios -setuptools-trial -pep8 - -#---------------------------------------------------------------------- -#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 |