We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0f69a commit 91b6a89Copy full SHA for 91b6a89
1 file changed
pyproject.toml
@@ -66,6 +66,7 @@ help = "Check all files"
66
[tool.poe.tasks.pytest]
67
cmd = "pytest"
68
help = "Run unit tests with pytest"
69
+env = { PYTHON_KEYRING_BACKEND = "keyring.backends.null.Keyring" }
70
71
[tool.poe.tasks.test]
72
sequence = ["lint", "pytest"]
0 commit comments