Added sustainability to ED (#73)
Some checks failed
Create Weekly Analytics Stats / run-analytics (push) Failing after 5s

Reviewed-on: #73
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
This commit is contained in:
2026-02-19 10:35:18 +00:00
committed by Gode, Sebastian
parent dc947a468a
commit 29a155f7bb
3 changed files with 15 additions and 3 deletions

View File

@ -9,7 +9,7 @@ usedevelop = True
setenv =
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
commands = pytest {posargs}
[testenv:pep8]
commands = flake8 {posargs}