diff --git a/tests/start-up-and-test.sh b/tests/start-up-and-test.sh index d1751ff..de0a302 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