From 3b0e34f4654baffe153cdd793f4ec1c8af084d19 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 30 Jan 2023 13:23:39 +0100 Subject: [PATCH] More tries... Signed-off-by: Pol Henarejos --- tests/start-up-and-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index 7c66579..512bd6b 100755 --- a/tests/start-up-and-test.sh +++ b/tests/start-up-and-test.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu /usr/sbin/pcscd -f -d & -./build_in_docker/pico_hsm & -pytest tests -W ignore::DeprecationWarning +./build_in_docker/pico_hsm +#pytest tests -W ignore::DeprecationWarning