diff --git a/pyproject.toml b/pyproject.toml index 8bdf71e..0db64b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] @@ -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 = [ ] diff --git a/requirements-dev.in b/requirements-dev.in index 31d2a4d..284d828 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -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