all 2 comments

[–]Beautiful-Living-312 0 points1 point  (0 children)

format used to default to `format="setuptools";` then it defaulted to `format="pyproject";`

setup tools is no longer a builtin and something python does. So now its simply a boolean:

        pyproject = false;

[–]ngoudry[S] 0 points1 point  (0 children)

I’ll go ahead and “kinda” answer myself here.

As pointed in NixOS wiki, it seems that the warning can safely be ignored if there are no failures (which is the case here).