[Bug 242065] editors/py-pynvim: Update to 0.4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 20 11:56:39 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242065

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freebsd.org/bu
                   |                            |gzilla/show_bug.cgi?id=2417
                   |                            |67,
                   |                            |https://github.com/neovim/p
                   |                            |ynvim/pull/418
           Keywords|                            |needs-patch

--- Comment #5 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to Jochen Neumeister from comment #4)

pytest-runner is unfortunately included as an unconditional setup_requires in
the upstream code, when instead it should be conditional on setup.py invocation
arguments including 'test' or similar.

See bug 241767 and ports r519582

I've created a PR upstream: https://github.com/neovim/pynvim/pull/418

You can either apply the patch from that PR, or patch out pytest-runner from
setup_requires (making sure to add it as a TEST_DEPENDS in the port)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list