do-test target wasn't updated when port was moved to python3 only
Drop "-3" suffix from do-test target to fix tests.
This commit is contained in:
parent
08bb73de13
commit
5e7a6158d9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2021/05/12 17:29:26 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2021/05/17 01:54:15 kmos Exp $
|
||||
|
||||
COMMENT = open network for secure, decentralized communication
|
||||
|
||||
@ -65,6 +65,6 @@ TEST_DEPENDS = ${RUN_DEPENDS} \
|
||||
www/py-jwt${MODPY_FLAVOR}
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} PYTHONPATH=. ${LOCALBASE}/bin/trial-3 tests
|
||||
cd ${WRKSRC} && ${SETENV} PYTHONPATH=. ${LOCALBASE}/bin/trial tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user