On Sun, Jul 07, 2019 at 01:35:29PM -0400, Kurt Mosiejczuk wrote: > I was testing the proposed net/py-msgpack update and found that > editors/py-neovim doesn't have a RUN_DEPENDS on editors/neovim.
I think the reason I didn't add this dep is that you can connect to remote neovim instances via the Python binding. See for example: https://github.com/neovim/pynvim/blob/58ff62f42a708713eab2b6dcf388f805df4d1938/pynvim/__init__.py#L80 ---8<--- nvim = attach('tcp', address=<address>, port=<port>) --->8--- Thus you don't strictly need neovim locally (I think). > While here, I changed to PERMIT_PACKAGE and removed the bespoke do-test > target in favor of just using MODPY_PYTEST. Also set PORTHOME so that > all tests pass. Happy to make these changes though. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
