Commit 79cba4fa authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aioxmpp: disable failing tests on Python 3.12

Upstream is archived
parent c4bfea54
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  pyasn1,
  pyopenssl,
  pytestCheckHook,
  pythonAtLeast,
  pythonOlder,
  pythonRelaxDepsHook,
  pytz,
@@ -72,6 +73,17 @@ buildPythonPackage rec {
  disabledTests = [
    # AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'normalize'
    "test_convert_field_datetime_default_locale"
  ] ++ lib.optionals (pythonAtLeast "3.12") [
    # asyncio issues
    "test_is_abstract"
    "Testbackground"
    "TestCapturingXSO"
    "Testcheck_x509"
    "TestClient"
    "TestIntegerType"
    "TestStanzaStream"
    "TestStanzaToken"
    "TestXMLStream"
  ];

  meta = {