An etcd3 grpc-gateway v3 API Python client
714d366b97
Per https://etcd.io/docs/v3.5/dev-guide/api_grpc_gateway/: etcd v3.5 or later uses only [CLIENT-URL]/v3/*. Due to this, running the tests against etcd >= 3.5 will fail, since we use /v3alpha/ by default for backward compatibility. This change allows running the tests successfully against a newer etcd by passing the environment through tox like so: $ ETCD3GW_API_PATH=/v3/ TOX_TESTENV_PASSENV=ETCD3GW_API_PATH tox -epy311 [snip] py311: commands succeeded congratulations :) Change-Id: If0bbe5bb9dd3dd3f3e1ed79e354be582568950ce |
||
---|---|---|
doc | ||
etcd3gw | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup-etcd-env.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |