Drop environment for protobuf library

... because the library was removed from the dependency when etcd3
driver was removed[1].

[1] 6bc02cda5b

Change-Id: If7575b314fcc69597f3eae4c59ad202000001b30
This commit is contained in:
Takashi Kajinami
2025-04-21 00:00:52 +09:00
parent 0aa2dd596e
commit 44549e2412

View File

@ -58,8 +58,6 @@ commands =
coverage report --show-missing
[testenv:docs]
setenv = {[testenv]setenv}
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html