Merge pull request #4839 from elacuesta/pytest_xfail_strict

Add xfail_strict=true to pytest.ini
This commit is contained in:
Andrey Rahmatullin 2020-10-09 00:39:05 +05:00 committed by GitHub
commit da426fb3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[pytest]
xfail_strict = true
usefixtures = chdir
python_files=test_*.py __init__.py
python_classes=
@ -40,4 +41,3 @@ flake8-ignore =
scrapy/utils/multipart.py F403
scrapy/utils/url.py F403 F405
tests/test_loader.py E741