Ok I'll pick it up this evening !

-class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)):
+class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True):

Just simply
+class ExtensionNode(metaclass=ExtensionNodeMetaclass):
, but I can't test here:

Greetings

Le ven. 12 janv. 2024 à 11:36, Andreas Tille <andr...@an3as.eu> a écrit :
>
> Control: tags -1 help
>
> Hi Alexandre,
>
> I started to follow your hint to replace future inside the
> code but I'm obviously struck as you can see in Salsa-CI[1].
>
> Any help would be welcome (please also review my patch since
> I'm not sure about all changes).
>
> Kind regards
>    Andreas.
>
> [1] https://salsa.debian.org/python-team/packages/mdp/-/jobs/5148982
>
> --
> http://fam-tille.de

Reply via email to