git: d332e84eada3 - main - ww/py-django-treebeard: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d332e84eada3c370d9249b7ddd6410b103ea1975
commit d332e84eada3c370d9249b7ddd6410b103ea1975
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:22:42 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:22:42 +0000
ww/py-django-treebeard: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
---
www/py-django-treebeard/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/py-django-treebeard/Makefile b/www/py-django-treebeard/Makefile
index c2a5433cf7a2..f9dbc044783e 100644
--- a/www/py-django-treebeard/Makefile
+++ b/www/py-django-treebeard/Makefile
@@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent distutils pytest
TEST_ENV= DATABASE_ENGINE=sqlite