summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-08-25 21:33:34 -0300
committerdrebs <drebs@leap.se>2016-08-29 12:56:05 -0300
commit0f4bc628a4677978a9330f510fb20dfc7c8fced2 (patch)
tree7ecab203a88e1d47bd952300e0bbaf25bf27f8ef
parent0690eb5338953dadc68c53b8d4010ca40adc3b0b (diff)
[pkg] remove deprecated requirements-testing.pip
-rw-r--r--client/pkg/requirements-testing.pip1
-rw-r--r--common/pkg/requirements-testing.pip14
-rw-r--r--common/setup.py2
3 files changed, 0 insertions, 17 deletions
diff --git a/client/pkg/requirements-testing.pip b/client/pkg/requirements-testing.pip
deleted file mode 100644
index 94ab6e8e..00000000
--- a/client/pkg/requirements-testing.pip
+++ /dev/null
@@ -1 +0,0 @@
-pep8
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']),
)