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