diff --git a/pkgs/development/python-modules/avro/default.nix b/pkgs/development/python-modules/avro/default.nix index 368776c4aa19..cbddeafd2365 100644 --- a/pkgs/development/python-modules/avro/default.nix +++ b/pkgs/development/python-modules/avro/default.nix @@ -29,6 +29,8 @@ buildPythonPackage rec { disabledTests = [ # Requires network access "test_server_with_path" + # AssertionError: 'reader type: null not compatible with writer type: int' + "test_schema_compatibility_type_mismatch" ]; pythonImportsCheck = [