summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-04 00:57:14 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-04 00:57:14 +0800
commitf863f492935caa8e14e2884067fd2c8a697c4402 (patch)
tree6a096bed9020967d72d0a061977c35dee8564bf6
parentdevel/py-xmltodict: Convert to USE_PYTHON=nose2 (diff)
databases/py-fakeredis: Convert to USE_PYTHON=pytest
-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