Auto merge of #17393 - servo:jdm-patch-9, r=emilio

Don't report the charade package as an error.

DependencyCI does not like that the charade package has been removed from PyPi. This is really not something we care about, though. It's an upstream part of html5lib which is used in the web-platform-tests, and I've filed https://github.com/w3c/web-platform-tests/issues/6269 about replacing it.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17393)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-18 13:21:43 -07:00 committed by GitHub
commit 8c58736989

View file

@ -2,4 +2,5 @@ platforms:
pypi:
charade:
tests:
removed: skip
unmaintained: skip