Date: Fri, 3 Jun 2022 17:01:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49c14442c759 - main - devel/py-mypy: Convert to USE_PYTHON=pytest Message-ID: <202206031701.253H1ews049929@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206031701.253H1ews049929>