feat(tests): load live VM host/key from .env, keep inventory non-sensitive

This commit is contained in:
dw-0
2026-07-04 14:11:01 +02:00
parent 1d1bac1524
commit e20b85e00c
6 changed files with 104 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
requires-python = ">=3.8"
[project.optional-dependencies]
dev=["ruff", "mypy", "pytest", "paramiko", "pytest-testinfra", "pyyaml"]
dev=["ruff", "mypy", "pytest", "paramiko", "pytest-testinfra", "pyyaml", "python-dotenv"]
[tool.ruff]
required-version = ">=0.9.10"