From c9badf79e4669147edb94182af5776072f2ffaea Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Feb 2024 05:34:03 +0000 Subject: gentoo auto-resync : 10:02:2024 - 05:34:03 --- dev-python/tox/tox-4.12.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev-python/tox/tox-4.12.1.ebuild') diff --git a/dev-python/tox/tox-4.12.1.ebuild b/dev-python/tox/tox-4.12.1.ebuild index fc92d9c5ac96..ad54e8f7474c 100644 --- a/dev-python/tox/tox-4.12.1.ebuild +++ b/dev-python/tox/tox-4.12.1.ebuild @@ -42,8 +42,8 @@ BDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/re-assert[${PYTHON_USEDEP}] $(python_gen_cond_dep ' + dev-python/re-assert[${PYTHON_USEDEP}] dev-python/time-machine[${PYTHON_USEDEP}] ' 'python*') ) @@ -83,5 +83,10 @@ python_test() { 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements_constraints_indirect-True-True]' ) + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_IGNORE+=( + # requires dev-python/re-assert + tests/session/cmd/test_sequential.py + ) + epytest } -- cgit v1.2.3