Skip to content

Commit b77a385

Browse files
committed
pyproject: add keyring to dev dependencies group
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 <[email protected]>
1 parent af3f96d commit b77a385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pytest-mock = "^3.9"
3030
pytest-randomly = "^3.12"
3131
pytest-xdist = { version = "^3.1", extras = ["psutil"] }
3232
mypy = ">=1.0.0"
33+
keyring = "*"
3334

3435
# only used in github actions
3536
[tool.poetry.group.github-actions]

0 commit comments

Comments
 (0)