Temporarily allow empty checksum for unrar on appveyor (#2359)

Obviously it'd be best if we didn't have to do it, but I doubt we can
wait forever for the packagers to add it.
This commit is contained in:
Johnny Robeson 2016-12-30 21:30:20 -05:00 committed by GitHub
parent 8bb24e3134
commit 2eb47e9ea5

View file

@ -20,7 +20,8 @@ environment:
# Install Tox for running tests.
install:
- cinst imagemagick -y
- cinst unrar -y
# TODO: remove --allow-empty-checksums when unrar offers a proper checksum
- cinst unrar -y --allow-empty-checksums
- "%PYTHON%/Scripts/pip.exe install tox"
- "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"