Suppress failures due to unfortunate combination of issues. Ref #2000.

This commit is contained in:
Jason R. Coombs 2020-02-15 14:07:11 -05:00
parent 35d052786f
commit fd25f0cdaa
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
if: tag IS present
script: tox -e release
after_success: skip
allow_failures:
# suppress failures due to pypa/setuptools#2000
- python: pypy3
cache: pip