python311Packages.aioxmpp: disable failing test

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:44 +02:00
parent e72365c9f6
commit 0ea54c2bf7
@@ -60,6 +60,11 @@ buildPythonPackage rec {
"benchmarks"
];
disabledTests = [
# AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'normalize'
"test_convert_field_datetime_default_locale"
];
meta = {
changelog = "https://github.com/horazont/aioxmpp/blob/${src.rev}/docs/api/changelog.rst";
description = "Pure-python XMPP library for asyncio";