Skip scrapy.exceptions.UsageError in the documentation coverage report

This commit is contained in:
Adrián Chaves 2019-07-09 12:33:07 +02:00
parent a97a9b57bf
commit 578bccf3bb
1 changed files with 3 additions and 0 deletions

View File

@ -246,4 +246,7 @@ coverage_ignore_pyobjects = [
# Base classes of downloader middlewares are implementation details that
# are not meant for users.
r'^scrapy\.downloadermiddlewares\.\w*?\.Base\w*?Middleware',
# Private exception used by the command-line interface implementation.
r'^scrapy\.exceptions\.UsageError',
]