Commit fd25f0cd authored by Jason R. Coombs's avatar Jason R. Coombs

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

parent 35d05278
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment