python313Packages.proto-plus: ignore more warnings
This commit is contained in:
@@ -34,6 +34,8 @@ buildPythonPackage rec {
|
||||
pytestFlags = [
|
||||
# pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
|
||||
"-Wignore::DeprecationWarning"
|
||||
# float_precision option is deprecated for json_format error with latest protobuf
|
||||
"-Wignore:float_precision:UserWarning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "proto" ];
|
||||
|
||||
Reference in New Issue
Block a user