Enable pytest tests

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-02 01:12:09 +02:00
parent 48301a5d71
commit cb1bba4f13
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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