git: b9cb853ad688 - main - security/py-paramiko: switch to modern pytest

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Wed, 13 Aug 2025 08:52:31 UTC
The branch main has been updated by rm:

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

commit b9cb853ad688141a06d17367f77c82de00d67382
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-08-13 08:49:01 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-08-13 08:49:01 +0000

    security/py-paramiko: switch to modern pytest
    
    pytest4 dependency was removed from Uses/python.mk, so fix the last
    consumer of it. Testing of this port works fine with pytest7.
    
    Reported by:    eduardo (via ports@)
    Fixes:  16fd422cac06562d82f1401ab774f314e1d8d4a6
    With hat:   python
---
 security/py-paramiko/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index dc6d57a9845b..dcb01dc7366b 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paramiko
 PORTVERSION=	2.11.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR}
 
 USES=		cpe python
-USE_PYTHON=	autoplist cryptography distutils pytest4
+USE_PYTHON=	autoplist cryptography distutils pytest
 
 NO_ARCH=	yes
 TEST_ARGS=	-p no:relaxed