diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2016-02-09 10:29:52 +0100 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2016-02-09 13:08:11 +0100 |
commit | ea5d20bc1c8fa3a137cc54d8faa0294f5014d959 (patch) | |
tree | 1907fd8896bb3329e606af5c795c9224a9b0d175 /mail/pkg | |
parent | 0a7cc921ed8dce021c76497cc436ed7878a6e2fb (diff) |
[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
Diffstat (limited to 'mail/pkg')
-rw-r--r-- | mail/pkg/requirements-latest.pip | 2 |
1 files changed, 2 insertions, 0 deletions
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' |