- Update WWW

- Increase pytest verbosity and set test wrksrc/env correctly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-08-02 09:36:24 +00:00
parent 9fc9222c1c
commit 1c773d588b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543938
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,6 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs
.include <bsd.port.mk>

View file

@ -6,4 +6,4 @@ The pylib is a development support library featuring these tools and APIs:
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects
WWW: http://pylib.org
WWW: https://pylib.org/