diff options
Diffstat (limited to 'dev-python/pytest/pytest-5.4.2.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-5.4.2.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/dev-python/pytest/pytest-5.4.2.ebuild b/dev-python/pytest/pytest-5.4.2.ebuild index c53483cbfc67..fccc727d16e5 100644 --- a/dev-python/pytest/pytest-5.4.2.ebuild +++ b/dev-python/pytest/pytest-5.4.2.ebuild @@ -39,14 +39,12 @@ RDEPEND=" # flake cause a number of tests to fail DEPEND="${RDEPEND} test? ( - $(python_gen_cond_dep ' - >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/xmlschema[${PYTHON_USEDEP}] - !!dev-python/flaky - ' python2_7 python3_{6,7,8} pypy3) + >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/xmlschema[${PYTHON_USEDEP}] + !!dev-python/flaky )" PATCHES=( @@ -65,11 +63,6 @@ python_prepare_all() { } python_test() { - if [[ ${EPYTHON} == python3.9 ]]; then - einfo "Skipping py3.9 due to unported deps" - return - fi - distutils_install_for_testing "${EPYTHON}" -m pytest -vv --lsof -rfsxX \ |