From 3763a93d736d197c287561e5111145a5b174f0a2 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Tue, 10 Dec 2024 10:26:57 +0100 Subject: [PATCH] fix: Added missing python packages --- integration-tests/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index 94f0c45d60..4735d24fcd 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -1,3 +1,5 @@ git+https://github.com/ptoscano/pytest-client-tools@main pyyaml +pytest-randomly +pytest-timeout sh