diff options
| -rw-r--r-- | databases/py-fakeredis/Makefile | 4 |
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 |
