mirror of https://github.com/scrapy/scrapy.git
Silence a test warning caused by pytest-cov
This commit is contained in:
parent
112b232023
commit
0d86d845e8
|
|
@ -1,5 +1,7 @@
|
|||
[run]
|
||||
branch = true
|
||||
; https://github.com/pytest-dev/pytest-cov/issues/369#issuecomment-1053702088
|
||||
disable_warnings=include-ignored
|
||||
include = scrapy/*
|
||||
omit =
|
||||
tests/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue