mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
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:
parent
8bb24e3134
commit
2eb47e9ea5
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue