From c9926a71d1964ada3532c55cb32a08be3cdc1d43 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 11 Dec 2025 19:48:23 +0100 Subject: [PATCH] Do not call pytest Signed-off-by: Pol Henarejos --- tests/start-up-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index de0a302..d1751ff 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -2,4 +2,4 @@ source ./tests/startup.sh -pytest tests -W ignore::DeprecationWarning +# pytest tests -W ignore::DeprecationWarning