Loading pkgs/development/python-modules/aioxmpp/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ pyasn1, pyopenssl, pytestCheckHook, pythonAtLeast, pythonOlder, pythonRelaxDepsHook, pytz, Loading Loading @@ -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 = { Loading Loading
pkgs/development/python-modules/aioxmpp/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ pyasn1, pyopenssl, pytestCheckHook, pythonAtLeast, pythonOlder, pythonRelaxDepsHook, pytz, Loading Loading @@ -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 = { Loading