tox: limit Pillow version

>               lat = (1.0*lat[0][0]/lat[0][1] + 1.0*lat[1][0]/lat[1][1]/60 + 1.0*lat[2][0]/lat[2][1]/3600)
E               TypeError: 'IFDRational' object does not support indexing
This commit is contained in:
Frédéric Péters 2020-06-30 14:25:59 +02:00
parent db17f2f0e1
commit 2d8b52c3a0
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ deps =
pyproj
pylint<1.8
Quixote>=3.0
Pillow<7.2
commands =
py.test -v {env:COVERAGE:} --junitxml=junit-{envname}.xml {posargs:tests/}
pylint: ./pylint.sh wcs/