diff --git a/packages/dev-python/mypy/mypy-0.570.exheres-0 b/packages/dev-python/mypy/mypy-0.610.exheres-0 similarity index 64% rename from packages/dev-python/mypy/mypy-0.570.exheres-0 rename to packages/dev-python/mypy/mypy-0.610.exheres-0 index 2525c99..5ed13db 100644 --- a/packages/dev-python/mypy/mypy-0.570.exheres-0 +++ b/packages/dev-python/mypy/mypy-0.610.exheres-0 @@ -24,14 +24,25 @@ MYOPTIONS="" DEPENDENCIES=" build+run: dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] - dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) + test: + dev-python/py[>=1.5.2][python_abis:*(-)?] + dev-python/pytest[>=3.0][python_abis:*(-)?] + dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] + dev-python/pytest-xdist[>=1.18][python_abis:*(-)?] + suggestion: + dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[ + description = [ Show memory stats in 'dmypy status -v' ] ]] " BUGS_TO="hasufell@posteo.de" +# Require upstream release with https://github.com/python/mypy/pull/5191 included +# Require unpackaged: flake8-bugbear, flake8-pyi +RESTRICT="test" + prepare_one_multibuild() { edo sed -i \ -e "/target = /s|lib|$(exhost --target)/lib|" \ @@ -40,3 +51,7 @@ prepare_one_multibuild() { setup-py_prepare_one_multibuild } +test_one_multibuild() { + PYTHONPATH="${PWD}" edo ${PYTHON} -B runtests.py -x lint +} +