aboutsummaryrefslogtreecommitdiff
path: root/databases/py-fakeredis
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:14 +0000
commitf863f492935caa8e14e2884067fd2c8a697c4402 (patch)
tree6a096bed9020967d72d0a061977c35dee8564bf6 /databases/py-fakeredis
parent0c59b23a7c3f42e89c4c2669c630f7f44d68806b (diff)
downloadports-f863f492935caa8e14e2884067fd2c8a697c4402.tar.gz
ports-f863f492935caa8e14e2884067fd2c8a697c4402.zip
databases/py-fakeredis: Convert to USE_PYTHON=pytest
Diffstat (limited to 'databases/py-fakeredis')
-rw-r--r--databases/py-fakeredis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile
index 2a84f8f37087..49aff615a9a2 100644
--- a/databases/py-fakeredis/Makefile
+++ b/databases/py-fakeredis/Makefile
@@ -21,8 +21,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>=0:databases/py-aioredis@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
-USES= python:3.6+ pytest
-USE_PYTHON= autoplist concurrent distutils
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes