devel/py-mypy: Convert to USE_PYTHON=pytest

This commit is contained in:
Po-Chuan Hsieh 2022-06-04 00:57:20 +08:00
parent c765671f1d
commit 49c14442c7
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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