From cb1bba4f13dbc11ebfc6cb87800a7d6a1dc2da8a Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 2 Oct 2023 01:12:09 +0200 Subject: [PATCH] Enable pytest tests 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 4271a25..f10091a 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -8,7 +8,7 @@ sleep 2 rm -f memory.flash tar -xf tests/memory.tar.gz ./build_in_docker/pico_hsm > /dev/null 2>&1 & -#pytest tests -W ignore::DeprecationWarning +pytest tests -W ignore::DeprecationWarning chmod a+x tests/scripts/*.sh