diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-04 15:06:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 15:06:17 +0100 |
commit | 4bc4159d93ccee8b2756981a7fd47845a31001e8 (patch) | |
tree | fa45dbca255a3c9811691e87455adcffd91020fc /tox.ini | |
parent | 0e4be84fd6693582810855b00c32eb9e5b597c0e (diff) | |
download | gemato-4bc4159d93ccee8b2756981a7fd47845a31001e8.tar.gz |
tox: backports.lzma 0.0.9 is broken on pypy
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ deps = [testenv:pypy] deps = - backports.lzma + backports.lzma!=0.0.9 bz2file coverage pyblake2 |