summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-01 15:11:01 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-01 15:20:53 +0100
commit28805f8383fbf393e0e56133466bc3bc6f3e2b50 (patch)
tree38fffb29f9ec52a8e892f0964f70580e20444e11
parentprofiles/features/musl/package.mask: mask dev-lisp/sbcl (diff)
downloadgentoo-28805f83.tar.gz
gentoo-28805f83.tar.bz2
gentoo-28805f83.zip
dev-python/tox: Add missing test dependencies
Closes: https://bugs.gentoo.org/883817 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tox/tox-4.0.0_rc1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/tox/tox-4.0.0_rc1.ebuild b/dev-python/tox/tox-4.0.0_rc1.ebuild
index 52c45d18ed20..80a5a3f20af3 100644
--- a/dev-python/tox/tox-4.0.0_rc1.ebuild
+++ b/dev-python/tox/tox-4.0.0_rc1.ebuild
@@ -41,11 +41,13 @@ RDEPEND="
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
test? (
+ dev-python/build[${PYTHON_USEDEP}]
>=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
>=dev-python/filelock-3.8[${PYTHON_USEDEP}]
>=dev-python/flaky-3.7[${PYTHON_USEDEP}]
>=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
>=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
>=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
)