summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-18 16:49:28 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-18 16:50:02 +0200
commitf381b0f7d1e34a84d1abab4c7855438515ca0da8 (patch)
tree332b85769a4515a13fc41f703e1013e1cddb6856 /tox.ini
parent89dcb7be26d3f98fda9f55fc021da870fbf6d9bc (diff)
downloadgemato-f381b0f7d1e34a84d1abab4c7855438515ca0da8.tar.gz
tox: Install pyblake2 for pypy3 & incompatible-lzma scenarios
pyblake2 was excluded from pypy3 because it failed to build. However, upstream has fixed the immediate issue. pysha3 is still broken, though. Include it for incompatible-lzma as well in order to solve test failures due to modern layout requiring BLAKE2B. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f268eac..9bfa903 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps =
coverage
pytest
pytest-xdist
- py27,py34,py35,pypy: pyblake2
+ py27,py34,py35,pypy,pypy3,incompatible-lzma: pyblake2
py27,py34,py35,pypy: pysha3
py27,pypy: backports.lzma!=0.0.9
py27,pypy: bz2file