Matt Martz

Results 336 comments of Matt Martz

I didn't indicate putting metadata into `pyproject.toml`, the `setuptools` documentation explicitly calls out that `options.entry_points` requires a minimum of `51.0.0`: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#options As for (2), that was a typo, meant `setup.cfg`....

Apologies for my not being very precise. I hope I'm clarifying what my concerns were. Unfortunately I don't have the attempts saved at what I've tried with `find:` and `find_namespace:`...

> That said, if I'm able to prove that this all will work, do you have other objections? Not currently.

One other issue I realized this morning, is that to reduce deviation, we use `requirements.txt` to hold our deps, and reference using that in our installation docs, as well as...

> That's an interesting point. Though, I've been rather confused in the past regarding the need to have this file disconnected from the normal metadata declaration. Maybe, this needs to...

Also, note that there is no urgency or priority for this issue. It can wait until some future time after we've figured out our new release process.

@C0rn3j I'm not sure any information you have provided indicates that become is not working. The error you are getting states: ``` fatal: detected dubious ownership in repository at '/home/c0rn3j/.oh-my-zsh/custom/plugins/lxd-completion-zsh'...

Ok, when using implicit localhost, we will use the local connection plugin. The local connection plugin will run the modules as the user you executed `ansible-playbook` as, which I assume...

It isn't ansible that is failing at this point, well it is, but the underlying problem is coming from `git`, and we are just bubbling the error up. `git` must...