porting distributed to pyproject.toml based builds forces the use of https://peps.python.org/pep-0660/ Editable installs for pyproject.toml based builds which results in a UserWarning: While registering the command with name 'scheduler', an existing command or group; the original has been overwritten." https://github.com/dask/distributed/actions/runs/4373970047/jobs/7652816395#step:19:2248
this is due to python/cpython#99130 fix released in 3.10.9 and 3.11.1
see: dask/distributed#7629