aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:18:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:06 +0000
commitfe0455793e6c99fee17c3f8aa5514b6f2a07d6bd (patch)
tree2b1015227d3ce17080d87f9a5e9dfdae61fde13a
parent041592b5b9d5b06ee22211589d2f8f70a991ef12 (diff)
downloadports-fe0455793e6c99fee17c3f8aa5514b6f2a07d6bd.tar.gz
ports-fe0455793e6c99fee17c3f8aa5514b6f2a07d6bd.zip
devel/py-black: Update version requirement of TEST_DEPENDS
-rw-r--r--devel/py-black/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-black/Makefile b/devel/py-black/Makefile
index 1d8ec769aa38..b850034a0e64 100644
--- a/devel/py-black/Makefile
+++ b/devel/py-black/Makefile
@@ -24,8 +24,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.3:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=7.8.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pre-commit>=0:devel/py-pre-commit@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.9.0:devel/py-pytest-cov@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.2.1,1:devel/py-pytest-xdist@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.1.0:devel/py-pytest-cov@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.0.2,1:devel/py-pytest-xdist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR}
USES= python