diff options
author | drebs <drebs@riseup.net> | 2017-09-18 09:55:28 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-20 18:55:59 -0300 |
commit | ba1695bbff8f260266ae53540b08604034c1af49 (patch) | |
tree | 828cfb4e11d4a8929d7d0a5ee234cc1109cdff7f | |
parent | 8110ef8687b155df7b24a6c083404f9624e6a160 (diff) |
[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
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |