Merge "Add py38-etcd tox env"

This commit is contained in:
Zuul 2022-07-05 15:00:39 +00:00 committed by Gerrit Code Review
commit 054ab85a87
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -54,5 +54,8 @@ ChangeLog
.*.swp .*.swp
.*sw? .*sw?
# etcd files downloaded by functional tests
etcd-v*
# Files created by releasenotes build # Files created by releasenotes build
releasenotes/build releasenotes/build

View File

@ -39,6 +39,9 @@ commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test
[testenv:py36-etcd] [testenv:py36-etcd]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test -vv '{posargs}' commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test -vv '{posargs}'
[testenv:py38-etcd]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test -vv '{posargs}'
[testenv:examples] [testenv:examples]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- python {toxinidir}/etcd3gw/examples/etcd.py commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- python {toxinidir}/etcd3gw/examples/etcd.py