- Update WWW
- Increase pytest verbosity and set test wrksrc/env correctly Approved by: portmgr blanket
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue