From 4f845dc6d7b5effdca990eaf5810bdcb45ad74f7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 25 Aug 2020 16:30:28 +0200 Subject: tox.ini: pypy3 shouldn't need pyblake2 anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 74a77b5..7184704 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = pytest pytest-cov pytest-xdist - py34,py35,pypy3: pyblake2 + py34,py35: pyblake2 py34,py35: pysha3 commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} -- cgit v1.2.3