Skip to content

Commit 3fae22f

Browse files
committed
fix(temp): use fixed infrahub-testcontainers
Signed-off-by: Fatih Acar <[email protected]>
1 parent be550ff commit 3fae22f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

poetry.lock

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ pytest-xdist = "^3.3.1"
6464
types-python-slugify = "^8.0.0.3"
6565
invoke = "^2.2.0"
6666
towncrier = "^24.8.0"
67-
infrahub-testcontainers = "^1.2.4"
67+
#infrahub-testcontainers = "^1.2.4"
68+
infrahub-testcontainers = { git = "https://github.com/opsmill/infrahub", subdirectory = "python_testcontainers", branch = "fac-fix-testcontainers-measurements" }
6869
astroid = "~3.1"
6970

7071
[tool.poetry.extras]

0 commit comments

Comments
 (0)