Skip to content

Commit

Permalink
pyproject: add keyring to dev dependencies group
Browse files Browse the repository at this point in the history
keyring module is used in tests/conftest.py::config fixture. Therefore it's
necessary for the tests.

Fixes: 70f4564 ("Initial commit")
Signed-off-by: Alexandr Shashkin <dutyrok@altlinux.org>
  • Loading branch information
dutyrok committed Jan 24, 2025
1 parent af3f96d commit b77a385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pytest-mock = "^3.9"
pytest-randomly = "^3.12"
pytest-xdist = { version = "^3.1", extras = ["psutil"] }
mypy = ">=1.0.0"
keyring = "*"

# only used in github actions
[tool.poetry.group.github-actions]
Expand Down

0 comments on commit b77a385

Please sign in to comment.