From 3d97ba89795bf39da2f4e14ef25567f8f73ed256 Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Oct 16 2017 01:48:10 +0000 Subject: use old m2crypto to workaround test failure under python3 The latest version (0.27) of m2crypto has a bug in setup.py which blocks the installation under python3 env, see: https://gitlab.com/m2crypto/m2crypto/commit/405d14ab7396ba570ecb68cc5cec52dc11424f27 to workaround the test failure, just use the old version. --- diff --git a/requirements.txt b/requirements.txt index 41afa04..80f1bf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ psutil funcsigs # Python2 only httplib2 kobo -m2crypto +m2crypto < 0.27 m2ext mock munch