git: f863f492935c - main - databases/py-fakeredis: Convert to USE_PYTHON=pytest

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 17:01:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f863f492935caa8e14e2884067fd2c8a697c4402

commit f863f492935caa8e14e2884067fd2c8a697c4402
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:14 +0000

    databases/py-fakeredis: Convert to USE_PYTHON=pytest
---
 databases/py-fakeredis/Makefile | 4 ++--
 1 file 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