summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2016-02-09 10:29:52 +0100
committerFolker Bernitt <fbernitt@thoughtworks.com>2016-02-09 13:08:11 +0100
commit27f1a84897bf60135820a99f92bfdd36e97450e5 (patch)
tree00675ceb6722593d74a6e7bacafa9fbc2c7205c4 /pkg
parentdef352848b88dd8445bfca8e4c092134b8c4d5b2 (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 'pkg')
-rw-r--r--pkg/requirements-latest.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements-latest.pip b/pkg/requirements-latest.pip
index 846a319..f561d4e 100644
--- a/pkg/requirements-latest.pip
+++ b/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'