mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
update warning ignores
This commit is contained in:
parent
22fa2b8d6c
commit
3cb5d8c8c7
2 changed files with 2 additions and 4 deletions
|
@ -49,6 +49,7 @@ lint.unfixable = [
|
||||||
"T20",
|
"T20",
|
||||||
]
|
]
|
||||||
lint.mccabe.max-complexity = 10
|
lint.mccabe.max-complexity = 10
|
||||||
|
# TODO remove "hash" ignore after issue is fixed: https://github.com/python-trio/trio/issues/3053
|
||||||
lint.pydocstyle.convention = "pep257"
|
lint.pydocstyle.convention = "pep257"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
@ -57,8 +58,7 @@ addopts = """
|
||||||
--no-cov-on-fail --strict-markers --reuse-db
|
--no-cov-on-fail --strict-markers --reuse-db
|
||||||
--driver=Firefox
|
--driver=Firefox
|
||||||
-W error
|
-W error
|
||||||
-W "ignore:capabilities and desired_capabilities have been deprecated:DeprecationWarning:pytest_selenium.pytest_selenium"
|
-W "ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025:DeprecationWarning"
|
||||||
-W "ignore:service_log_path has been deprecated:DeprecationWarning:pytest_selenium.pytest_selenium"
|
|
||||||
"""
|
"""
|
||||||
markers = [
|
markers = [
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,8 +4,6 @@ pytest>=6.0
|
||||||
pytest-cov>=3.0.0
|
pytest-cov>=3.0.0
|
||||||
pytest-django>=4.1.0
|
pytest-django>=4.1.0
|
||||||
pytest-selenium>=4.0.0
|
pytest-selenium>=4.0.0
|
||||||
# pytest-selenium 4.0.1 has an implicit dependency on `py`
|
|
||||||
# py>=1.11.0
|
|
||||||
pre-commit>=2.1
|
pre-commit>=2.1
|
||||||
model-bakery>=1.3.1
|
model-bakery>=1.3.1
|
||||||
bpython>=0.22.1
|
bpython>=0.22.1
|
||||||
|
|
Loading…
Reference in a new issue