From 36f3daf7ae3a76711cdc319a97a835047cd22605 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Thu, 7 Jul 2016 09:15:52 +0200 Subject: [pkg] remove pixelated from requirements-latest.pip modifying original PR [0] by cristoph to account for the recent vendoring of l2db code, which means we no longer depend on u1db/dirspec. I expect the whole mess about the venv setup to be further simplified pretty soon, since we are going to merge most of the leap.* packages into a couple of repos. [0] https://github.com/leapcode/soledad/pull/327 --- common/pkg/requirements-latest.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pkg') diff --git a/common/pkg/requirements-latest.pip b/common/pkg/requirements-latest.pip index 396d77f1..852f2433 100644 --- a/common/pkg/requirements-latest.pip +++ b/common/pkg/requirements-latest.pip @@ -1,4 +1,4 @@ --index-url https://pypi.python.org/simple/ --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common' -e . -- cgit v1.2.3 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 -------------- 1 file changed, 14 deletions(-) delete mode 100644 common/pkg/requirements-testing.pip (limited to 'common/pkg') 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 -- cgit v1.2.3