Skip to content

Commit

Permalink
Upgrade sedr check to use latest version and strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 26, 2024
1 parent f885255 commit 62df595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 62df595

Please sign in to comment.