CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/03/25 08:29:53
Modified files:
astro/py-astral: Makefile
databases/py-sqlparse: Makefile
devel/flake8 : Makefile
devel/py-apipkg: Makefile
devel/py-asn1-modules: Makefile
devel/py-asn1 : Makefile
devel/py-attrs : Makefile
devel/py-automat: Makefile
devel/py-babel : Makefile
devel/py-backports-functools-lru-cache: Makefile
devel/py-backports-shutil-get-terminal-size: Makefile
devel/py-cairocffi: Makefile
devel/py-click-log: Makefile
devel/py-click : Makefile
devel/py-construct: Makefile
devel/py-country: Makefile
devel/py-dateutil: Makefile
devel/py-entrypoints: Makefile
devel/py-execnet: Makefile
devel/py-html5lib: Makefile
devel/py-incremental: Makefile
devel/py-jedi : Makefile
devel/py-jsonschema: Makefile
devel/py-jupyter_client: Makefile
devel/py-jupyter_core: Makefile
devel/py-lazy-object-proxy: Makefile
devel/py-more-itertools: Makefile
devel/py-nbconvert: Makefile
devel/py-nbformat: Makefile
devel/py-parso : Makefile
devel/py-path.py: Makefile
devel/py-pexpect: Makefile
devel/py-pluggy: Makefile
devel/py-prompt_toolkit: Makefile
devel/py-py : Makefile
devel/py-setuptools_scm: Makefile
devel/py-six : Makefile
devel/py-test-benchmark: Makefile
devel/py-test-localserver: Makefile
devel/py-test-mock: Makefile
devel/py-test-xdist: Makefile
devel/py-traitlets: Makefile
devel/py-virtualenv: Makefile
devel/py-wcwidth: Makefile
devel/py-wheel : Makefile
devel/py-wrapt : Makefile
devel/py-wurlitzer: Makefile
geo/py-fiona : Makefile
math/py-mpmath : Makefile
math/py-pandas : Makefile
net/poezio : Makefile
net/py-msgpack : Makefile
productivity/khal: Makefile
productivity/vdirsyncer: Makefile
security/py-rsa: Makefile
security/py-service_identity: Makefile
sysutils/borgbackup: Makefile
textproc/py-MarkupSafe: Makefile
textproc/py-jellyfish: Makefile
textproc/py-m2r: Makefile
textproc/py-xlrd: Makefile
www/py-betamax : Makefile
www/py-bleach : Makefile
www/py-flask : Makefile
www/py-hyperlink: Makefile
www/py-jinja2 : Makefile
www/py-requests-oauthlib: Makefile
www/py-requests-toolbelt: Makefile
www/py-requests: Makefile
x11/py-qtpy : Makefile
Log message:
Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
>From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen