Add documentation about saved passwords in Windows (#1301)

* Add note about saved passwords
* Add missing yq dep back in to allow xq to run in mkdocs CI pipeline
This commit is contained in:
Micah Jerome Ellison 2021-07-17 13:22:01 -07:00 committed by GitHub
parent 3e95a46bd2
commit 31f782e333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 8 deletions

View file

@ -62,6 +62,7 @@ pytest-bdd = ">=4.0.1"
ipdb = "*"
pytest-clarity = "*"
pyproject-flake8 = "*"
yq = "*"
[tool.poetry.extras]
testing = [ "behave", "pytest", "pytest-bdd", "toml" ]