From 0f4bc628a4677978a9330f510fb20dfc7c8fced2 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 25 Aug 2016 21:33:34 -0300 Subject: [pkg] remove deprecated requirements-testing.pip --- common/pkg/requirements-testing.pip | 14 -------------- common/setup.py | 2 -- 2 files changed, 16 deletions(-) delete mode 100644 common/pkg/requirements-testing.pip (limited to 'common') 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 diff --git a/common/setup.py b/common/setup.py index c8a543ac..7800828c 100644 --- a/common/setup.py +++ b/common/setup.py @@ -164,6 +164,4 @@ setup( package_data={'': ["*.sql"]}, test_suite='leap.soledad.common.tests', install_requires=requirements, - tests_require=utils.parse_requirements( - reqfiles=['pkg/requirements-testing.pip']), ) -- cgit v1.2.3