mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.betterproto: disable failing pydantic tests
This commit is contained in:
parent
72badb5bef
commit
8793701584
@ -69,6 +69,15 @@ buildPythonPackage rec {
|
||||
${python.interpreter} -m tests.generate
|
||||
'';
|
||||
|
||||
disabledTestPaths = [
|
||||
# https://github.com/danielgtaylor/python-betterproto/issues/530
|
||||
"tests/inputs/oneof/test_oneof.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_pydantic_no_value"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Code generator & library for Protobuf 3 and async gRPC";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user