Skip to content

Commit 1115057

Browse files
committed
Ignore warning about protobuf version
We can't upgrade to 6.30 yet because it needs a new release of grpcio. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 450727e commit 1115057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ disable = [
144144
]
145145

146146
[tool.pytest.ini_options]
147-
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
147+
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning '-Wdefault:Protobuf gencode version 5.27.2 is exactly one major version older than the runtime version:UserWarning' -vv"
148148
testpaths = ["tests", "src"]
149149
asyncio_mode = "auto"
150150
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)