Re-enable warnings as errors in unit
nox session
#403
Labels
external
This issue is blocked on a bug with the actual product.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In python 3.12, 3 warnings are emitted upstream from
protobuf
. The warnings are as follows:proto-plus-python/noxfile.py
Lines 51 to 53 in a9700cb
In #400,
W=error
was removed and we're no longer treating warnings as errors in order to allow the presubmits to pass since it is an upstream issue.See upstream issue protocolbuffers/protobuf#12186 . This issue tracks adding the
-W=error
flag to theunit
nox session once the upstream issue is fixed.The text was updated successfully, but these errors were encountered: