commit | 21d55818dd6200202f35aec792d52e2f756bcbdd | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jan 13 21:28:47 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Jan 13 21:28:47 2023 +0000 |
tree | 2ab903475f40282d208f7e268e0105e4f6645f9b | |
parent | 037f0076c0fee28b88a9c0a783db8e700e94abd0 [diff] [blame] |
feat: added docker_image filter + image_list in ansible
diff --git a/pyproject.toml b/pyproject.toml index 71fa6b6..cc7092e 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -61,6 +61,8 @@ python-on-whales = "^0.52.0" tomli-w = "^1.0.0" responses = "^0.22.0" +pytest-forked = "^1.4.0" +pytest-xdist = "^3.1.0" [tool.poetry.group.docs.dependencies] mkdocs-material = "^8.5.7"