mirror of https://github.com/scrapy/scrapy.git
Silence no-cov warnings
This commit is contained in:
parent
b8cb7d2d6e
commit
daff5abef7
|
|
@ -381,6 +381,8 @@ filterwarnings = [
|
|||
"ignore:Core Pydantic V1 functionality isn't compatible:UserWarning",
|
||||
# pyftpdlib imports asynchat, removed in Python 3.12, on lower versions.
|
||||
"ignore:The async(hat|ore) module is deprecated:DeprecationWarning",
|
||||
# CI runs without coverage pass --no-cov, which pytest-cov reports.
|
||||
"ignore::pytest_cov.CovDisabledWarning",
|
||||
]
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
|
|
|||
Loading…
Reference in New Issue