diff --git a/tox.ini b/tox.ini index 3207b2a..bbdcb47 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ allowlist_externals = bash docker commands_pre = bash -c 'python app.py &> app.log & sleep 10' -commands = docker run --tty=true --network=host --rm -v .:/logs ghcr.io/metno/sedr:0.7.6 --log-file /logs/debug.log --openapi http://localhost:5000/api --url http://localhost:5000 +commands = docker run --tty=true --network=host --rm -v .:/logs ghcr.io/metno/sedr:0.7.9-4 --log-file /logs/debug.log --openapi http://localhost:5000/api --url http://localhost:5000 --strict --rodeo-profile commands_post = bash -c 'sleep 10 && kill $(lsof -t -i:5000)' [testenv:lintci]