From 62df595ce00ec400e44354ff5262165e35c1294c Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Tue, 26 Nov 2024 14:57:07 +0100 Subject: [PATCH] Upgrade sedr check to use latest version and strict mode. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]