From f381b0f7d1e34a84d1abab4c7855438515ca0da8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 18 Oct 2019 16:49:28 +0200 Subject: tox: Install pyblake2 for pypy3 & incompatible-lzma scenarios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3