https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242065
Kubilay Kocak <ko...@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 <ko...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"