aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:10:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:16:08 +0000
commit410fda7f5085e92ff55869136a775069ac28e602 (patch)
treee856be6f691384bca9a185caa622d9e6946e4904
parentb09a5b4390d12557c8c8458cddcfd99262e01454 (diff)
downloadports-410fda7f5085e92ff55869136a775069ac28e602.tar.gz
ports-410fda7f5085e92ff55869136a775069ac28e602.zip
devel/py-pytest-lazy-fixture: Convert to USE_PYTHON=pytest
- Add TEST_DEPENDS
-rw-r--r--devel/py-pytest-lazy-fixture/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-pytest-lazy-fixture/Makefile b/devel/py-pytest-lazy-fixture/Makefile
index e8dab81545a3..720f891ad5c9 100644
--- a/devel/py-pytest-lazy-fixture/Makefile
+++ b/devel/py-pytest-lazy-fixture/Makefile
@@ -13,9 +13,10 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.5:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes