git: b6cbb470dd81 - main - devel/py-Faker: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:23:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6cbb470dd81cdbaf1255cd029d968ba2f8676c9 commit b6cbb470dd81cdbaf1255cd029d968ba2f8676c9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:13 +0000 devel/py-Faker: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-Faker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-Faker/Makefile b/devel/py-Faker/Makefile index 72f0fba5d2a1..5fb8c21d7c09 100644 --- a/devel/py-Faker/Makefile +++ b/devel/py-Faker/Makefile @@ -18,8 +18,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}random2>0:math/py-random2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}validators>0:devel/py-validators@${PY_FLAVOR} -USES= pytest python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent distutils pytest CONFLICTS_INSTALL= rubygem-faker