git: 49c14442c759 - main - devel/py-mypy: Convert to USE_PYTHON=pytest

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 17:01:40 UTC
The branch main has been updated by sunpoet:

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

commit 49c14442c75934984835c30b76417d8c49555e7a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:20 +0000

    devel/py-mypy: Convert to USE_PYTHON=pytest
---
 devel/py-mypy/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/py-mypy/Makefile b/devel/py-mypy/Makefile
index ee34dbaf033c..b20846d0503e 100644
--- a/devel/py-mypy/Makefile
+++ b/devel/py-mypy/Makefile
@@ -19,11 +19,11 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2:devel/py-typed-ast@${PY_FLAVOR}
 
-USES=		python:3.5+ pytest
-USE_PYTHON=	autoplist concurrent distutils
-PYTEST_BROKEN_TESTS=test_c_unit_test  # https://github.com/python/mypy/issues/12634
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
+PYTEST_BROKEN_TESTS=test_c_unit_test  # https://github.com/python/mypy/issues/12634
 
 OPTIONS_DEFINE=	DMYPY REPORTS
 OPTIONS_DEFAULT=DMYPY REPORTS