summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 13:47:28 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 21:59:32 +0300
commit8bc245251d756cd444d1c293b8a1dc8a079b4afd (patch)
tree776b1f4676eddbf7861dd6ade802dc33e45e20dc
parentbiology/py-cutadapt: fix tests by adding missing test depend (diff)
devel/py-pytest-fixture-config: add missing test depend
Approved by: portmgr blanket
-rw-r--r--devel/py-pytest-fixture-config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-pytest-fixture-config/Makefile b/devel/py-pytest-fixture-config/Makefile
index e58af78cda35..6b35755a0480 100644
--- a/devel/py-pytest-fixture-config/Makefile
+++ b/devel/py-pytest-fixture-config/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+