From ba1695bbff8f260266ae53540b08604034c1af49 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 18 Sep 2017 09:55:28 -0300 Subject: [bug] pin six version to avoid breaking pgpy New six version (1.11.0) breaks pgpy, so we pin to previous version (1.10.0). See: https://github.com/SecurityInnovation/PGPy/issues/217 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 118f7da7..f78db2fe 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,8 @@ deps = certifi # used by e2e tests srp +# force six version to avoid breaking pgpy - https://github.com/SecurityInnovation/PGPy/issues/217 + six==1.10.0 pgpy # install soledad from current tree -e.[client] -- cgit v1.2.3