https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257421
--- Comment #3 from Kubilay Kocak <ko...@freebsd.org> --- (In reply to Gabriel Dutra from comment #2) Thanks for the update Gabriel. - You'll need pytest in TEST_DEPENDS (so its installed at test target time), and - Remove the pycov args from addopts= (leaving it empty, ie: '-o addopts='), as we dont want or need coverage tests run downstream. cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o oddopts= Is sufficient. PS: When you're done providing feedback, set the maintainer-feedback flag (from ? -> +), so you don't get reminder emails that somethings waiting from you :) -- You are receiving this mail because: You are on the CC list for the bug.