summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-06 10:48:29 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-06 10:48:40 +0200
commited862ec3b39e8d6020c028afcedf65416f162f59 (patch)
tree6e26ff4905e0a60fefe29d9ab8a561312f075c67 /dev-python
parentapp-containers/docker-buildx: Stabilize 0.10.4 ppc64, #903894 (diff)
downloadgentoo-ed862ec3b39e8d6020c028afcedf65416f162f59.tar.gz
gentoo-ed862ec3b39e8d6020c028afcedf65416f162f59.tar.bz2
gentoo-ed862ec3b39e8d6020c028afcedf65416f162f59.zip
dev-python/pytest-order: add missing test dep
Closes: https://bugs.gentoo.org/903898 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-order/pytest-order-1.1.0.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/pytest-order/pytest-order-1.1.0.ebuild b/dev-python/pytest-order/pytest-order-1.1.0.ebuild
index d5434216c219..e6ad00630706 100644
--- a/dev-python/pytest-order/pytest-order-1.1.0.ebuild
+++ b/dev-python/pytest-order/pytest-order-1.1.0.ebuild
@@ -21,6 +21,12 @@ KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/pytest-6.4.2[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
EPYTEST_DESELECT=(
# Appears to fail due to extra warning in pytest 7
"tests/test_dependency.py::test_order_dependencies_no_auto_mark"