From 98123046e5d7d775edc5c93777ee073b6fc8ac06 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 25 Feb 2026 20:25:08 +0100 Subject: [PATCH] Revert "Enable pytests" This reverts commit 96734c3a470b192ac74a0b4c34021ec73c0b52fb. --- 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