Date: Mon, 28 Mar 2022 12:51:04 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f08db191ff75 - main - net/py-dugong: switch to pytest4 Message-ID: <202203281251.22SCp4eU079353@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f08db191ff75ca34e8295bb60899b6cfbbbedeb2 commit f08db191ff75ca34e8295bb60899b6cfbbbedeb2 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-03-25 19:23:50 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-03-28 12:31:03 +0000 net/py-dugong: switch to pytest4 - Switch to pytest4 to avoid test failures after updating pytest to 7.x PR: 256624 --- net/py-dugong/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-dugong/Makefile b/net/py-dugong/Makefile index 026b29975dd1..07de28e968cd 100644 --- a/net/py-dugong/Makefile +++ b/net/py-dugong/Makefile @@ -10,7 +10,7 @@ COMMENT= HTTP 1.1 client module designed for RESTful protocols LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} USES= python:3.3+ tar:bzip2 USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203281251.22SCp4eU079353>