test graceful shutdown

This commit is contained in:
Jonathan Kössler 2024-09-26 12:31:43 +02:00
parent 7b4e6905d9
commit 71337ce41a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -4875,13 +4875,13 @@ files = [
[[package]]
name = "pyinfra"
version = "3.2.10.dev295"
version = "3.2.11.dev297"
description = ""
optional = false
python-versions = ">=3.10,<3.11"
files = [
{file = "pyinfra-3.2.10.dev295-py3-none-any.whl", hash = "sha256:d00674c49c85b1665d11290facc2e2d096c483805dfc694e89674330b3d6c917"},
{file = "pyinfra-3.2.10.dev295.tar.gz", hash = "sha256:415bef1c9f486e4f499749fa9b9f44cf40665af3c80ed803291a172c24795841"},
{file = "pyinfra-3.2.11.dev297-py3-none-any.whl", hash = "sha256:c466d4f7ead59893f1838586d3e853c0cc2fc1590cea5342c4de3384814f4e8f"},
{file = "pyinfra-3.2.11.dev297.tar.gz", hash = "sha256:386efa8b81240ac07db44bd7ab923194e6412c1c290d25fa6f456b549f4aa9e3"},
]
[package.dependencies]
@ -6593,4 +6593,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.11"
content-hash = "8e1e7f8bf6855e060a200b80e7f411a734a1156567f2b8ab0fc336002545a99f"
content-hash = "8caa32f16e97cfa76c6799cd447bff184b39d08fe239e09bc03800f59e318b07"

View File

@ -25,7 +25,7 @@ coverage = "^5.5"
dependency-check = "^0.6.0"
lorem-text = "^2.1"
PyMuPDF = "^1.19.6"
pyinfra = { version = "3.2.10.dev295", source = "gitlab-research" }
pyinfra = { version = "3.2.11.dev297", source = "gitlab-research" }
kn-utils = { version = "0.2.7", source = "gitlab-research" }
pdf2img = { version = "0.7.0", source = "gitlab-red" }
dvc-azure = "^2.21.2"