From 963985125edc53d43b9c646b246d2e7ab9139fe9 Mon Sep 17 00:00:00 2001 From: Nadav Elkabets Date: Mon, 20 Apr 2026 19:36:42 +0300 Subject: [PATCH] Add pytest-asyncio dependency Signed-off-by: Nadav Elkabets --- linux_docker_resources/Dockerfile | 1 + linux_docker_resources/Dockerfile-RHEL | 1 + 2 files changed, 2 insertions(+) diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index e9cd6bee..a5b8b4de 100644 --- a/linux_docker_resources/Dockerfile +++ b/linux_docker_resources/Dockerfile @@ -124,6 +124,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python3-pyflakes \ python3-pykdl \ python3-pyparsing \ + python3-pytest-asyncio \ python3-pytest-cov \ python3-pytest-mock \ python3-pytest-repeat \ diff --git a/linux_docker_resources/Dockerfile-RHEL b/linux_docker_resources/Dockerfile-RHEL index 0e81a363..8338f9cb 100644 --- a/linux_docker_resources/Dockerfile-RHEL +++ b/linux_docker_resources/Dockerfile-RHEL @@ -158,6 +158,7 @@ RUN dnf install \ python3-pygraphviz \ python3-pykdl \ python3-pytest \ + python3-pytest-asyncio \ python3-pytest-cov \ python3-pytest-mock \ python3-pytest-repeat \