Merge pull request #5697 from iamkaushal/#5686_fix

added typing.io and typing.re in pytest warning filter to ignore
This commit is contained in:
Andrey Rahmatullin 2022-10-28 11:38:55 +05:00 committed by GitHub
commit 76c2cb070e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ markers =
filterwarnings =
ignore:scrapy.downloadermiddlewares.decompression is deprecated
ignore:Module scrapy.utils.reqser is deprecated
ignore:typing.re is deprecated
ignore:typing.io is deprecated