diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-25 16:30:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-25 16:30:28 +0200 |
commit | 4f845dc6d7b5effdca990eaf5810bdcb45ad74f7 (patch) | |
tree | 5562c668b50e1303802e53445932ac54b841afe3 | |
parent | 3331847398b976068d5d5e4489acd23a78aacdbf (diff) | |
download | gemato-4f845dc6d7b5effdca990eaf5810bdcb45ad74f7.tar.gz |
tox.ini: pypy3 shouldn't need pyblake2 anymore
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |