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 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
test_client.py | ||
test_etcd3gw.py |