git: fbfd69e01060 - main - devel/py-apscheduler: unbreak with pytest >= 6 after f1d506505d6c

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 13:44:30 UTC
The branch main has been updated by jbeich:

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

commit fbfd69e0106050db78fa99b3e51933646a952bd7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-30 13:40:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-30 13:43:37 +0000

    devel/py-apscheduler: unbreak with pytest >= 6 after f1d506505d6c
    
    $ make test
    [...]
    ===>   py38-apscheduler-3.9.1 depends on package: py38-pytest>=3.3<6 - not found
    *** Error code 1
    
    https://github.com/agronholm/apscheduler/commit/4ded0dceb05a
---
 devel/py-apscheduler/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-apscheduler/Makefile b/devel/py-apscheduler/Makefile
index 60e091ec9fc0..f21e4672366a 100644
--- a/devel/py-apscheduler/Makefile
+++ b/devel/py-apscheduler/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@$
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tzlocal>=1.2<3:devel/py-tzlocal@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.3<6:devel/py-pytest@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-tornado>0:devel/py-pytest-tornado@${PY_FLAVOR}