1 This produces warnings during testing. Since we do not care much about
2 coverage we simply remove it.
4 --- lz4-4.3.3/tox.ini.orig
7 # PYTHONMALLOCSTATS = 'yes'
10 - pytest --cov=lz4/block --cov=lz4/frame --tb=long {posargs} tests/block tests/frame
11 + pytest --tb=long {posargs} tests/block tests/frame
14 addopts = -x --tb=long --showlocals