diff --git a/appveyor.yml b/appveyor.yml index 938d3a5a4..b33cffd2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ install: - cinst imagemagick -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/pip.exe install tox<=3.8.1" - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest" test_script: