[Bug 257421] [NEW PORT] textproc/py-charset-normalizer: Universal Charset Detector. Open, modern alternative to Chardet
Date: Mon, 26 Jul 2021 06:51:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257421 --- Comment #3 from Kubilay Kocak <koobs@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 the assignee for the bug.