mirror of https://github.com/scrapy/scrapy.git
suppress warnings from twisted
This commit is contained in:
parent
f83d9b8d41
commit
52dd719045
|
|
@ -20,3 +20,5 @@ addopts =
|
|||
--ignore=docs/utils
|
||||
markers =
|
||||
only_asyncio: marks tests as only enabled when --reactor=asyncio is passed
|
||||
filterwarnings=
|
||||
ignore::DeprecationWarning:twisted
|
||||
|
|
|
|||
Loading…
Reference in New Issue