Added sustainability to ED #73

Merged
sgode merged 2 commits from sustainability into main 2026-02-19 10:35:18 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit ea1f0b017d - Show all commits
+3 -2
View File
@@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
pytest
pytest-cov
flake8
pyyaml
+1 -1
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}