Skip to content

Commit

Permalink
update warning ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon authored and crocmagnon-pr[bot] committed Aug 5, 2024
1 parent 22fa2b8 commit 3cb5d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ lint.unfixable = [
"T20",
]
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"

[tool.pytest.ini_options]
Expand All @@ -57,8 +58,7 @@ addopts = """
--no-cov-on-fail --strict-markers --reuse-db
--driver=Firefox
-W error
-W "ignore:capabilities and desired_capabilities have been deprecated:DeprecationWarning:pytest_selenium.pytest_selenium"
-W "ignore:service_log_path has 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"
"""
markers = [
]
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pytest>=6.0
pytest-cov>=3.0.0
pytest-django>=4.1.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
model-bakery>=1.3.1
bpython>=0.22.1
Expand Down

0 comments on commit 3cb5d8c

Please sign in to comment.