From 85eb777a96e6184145bb6f5a71ce90bb4108c56b Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 3 Aug 2015 17:40:04 -0300 Subject: [tests] Added requirements-latest help HEAD development Added requirements-latest to make sure we always use the latest develop of all dependencies in an automated way --- mail/pkg/requirements-latest.pip | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mail/pkg/requirements-latest.pip (limited to 'mail/pkg/requirements-latest.pip') diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip new file mode 100644 index 00000000..846a319c --- /dev/null +++ b/mail/pkg/requirements-latest.pip @@ -0,0 +1,9 @@ +--index-url https://pypi.python.org/simple/ + +--allow-external u1db --allow-unverified u1db +--allow-external dirspec --allow-unverified dirspec +-e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' +-e . -- cgit v1.2.3 From ea5d20bc1c8fa3a137cc54d8faa0294f5014d959 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Tue, 9 Feb 2016 10:29:52 +0100 Subject: [tests] fix missing pycryptopp dependency and mock async calls - leap_mail still uses pycryptopp and therefore still needs the dependency - Keymanager calls to async HTTPClient had not been mocked, causing a test to fail - fixed a pep8 warning --- mail/pkg/requirements-latest.pip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/pkg/requirements-latest.pip') diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index 846a319c..f561d4e0 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -1,5 +1,7 @@ --index-url https://pypi.python.org/simple/ +pycryptopp + --allow-external u1db --allow-unverified u1db --allow-external dirspec --allow-unverified dirspec -e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' -- cgit v1.2.3 From 9e15deaee705fcc5f01f10c63c695595e937d3b1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 11 Feb 2016 01:20:33 +0100 Subject: [feat] Use cryptography instead of pycryptopp to reduce dependencies. * Resolves: #7889 --- mail/pkg/requirements-latest.pip | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/pkg/requirements-latest.pip') diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index f561d4e0..846a319c 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -1,7 +1,5 @@ --index-url https://pypi.python.org/simple/ -pycryptopp - --allow-external u1db --allow-unverified u1db --allow-external dirspec --allow-unverified dirspec -e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' -- cgit v1.2.3 From f3780bce87a9fdb398e40eab7ea06918c841c777 Mon Sep 17 00:00:00 2001 From: Giovane Date: Tue, 5 Jan 2016 17:54:17 -0200 Subject: Fix pixelated repos reference on requirements --- mail/pkg/requirements-latest.pip | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/pkg/requirements-latest.pip') diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index 846a319c..3526bbdb 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -1,9 +1,9 @@ --index-url https://pypi.python.org/simple/ ---allow-external u1db --allow-unverified u1db ---allow-external dirspec --allow-unverified dirspec --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' --e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' +https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz +https://launchpad.net/ubuntu/+archive/primary/+files/u1db_13.09.orig.tar.bz2 +-e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/pixelated/keymanager.git@develop#egg=leap.keymanager' -e . -- cgit v1.2.3 From 47187ffe9d3f78e6d8c74f92fc4cdba2f245232d Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Tue, 5 Jul 2016 14:59:34 +0200 Subject: remove links to pixelated See https://github.com/pixelated/puppet-pixelated/issues/49 --- mail/pkg/requirements-latest.pip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/pkg/requirements-latest.pip') diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index 3526bbdb..58347b68 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -2,8 +2,8 @@ https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz https://launchpad.net/ubuntu/+archive/primary/+files/u1db_13.09.orig.tar.bz2 --e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' --e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' --e 'git+https://github.com/pixelated/keymanager.git@develop#egg=leap.keymanager' +-e 'git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/leapcode/keymanager.git@develop#egg=leap.keymanager' -e . -- cgit v1.2.3