From 96734c3a470b192ac74a0b4c34021ec73c0b52fb Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 25 Feb 2026 19:54:41 +0100 Subject: [PATCH] Enable pytests 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 d1751ff..de0a302 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