python311Packages.avro: disable failing test

This commit is contained in:
Fabian Affolter
2023-06-24 23:13:27 +02:00
parent e7b0e2111b
commit 2dee09084f
@@ -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 = [