Use bounded Railiance time for protected validity checks
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a09cbb-87c6-7900-a145-4ce53ba9f1a6
This commit is contained in:
tegwick 2026-09-15 22:16:31 +02:00
parent 5841d8e88a
commit f4b4dd6b17
8 changed files with 514 additions and 14 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
]
[project.optional-dependencies]
clock = ["railiance-clock==0.1.0"]
dev = [
"pytest>=7.4",
]
@ -28,3 +29,6 @@ packages = ["src/secrets_engine"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-q"
[tool.uv.sources]
railiance-clock = { path = "../railiance-clock" }