summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-07 10:10:05 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-07 10:14:44 +0100
commit365ad27d40758ae0fe5f7f104a145f05fc13bc52 (patch)
tree91cfaaad404edb26bc20a6d3fb2a3cdcd2d23122 /dev-python/pytest-order
parentdev-python/qtawesome: Add dep on dev-python/sphinx-rtd-theme (diff)
downloadgentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.tar.gz
gentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.tar.bz2
gentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.zip
dev-python/pytest-order: Add missing dev-python/pytest-xdist dep
Closes: https://bugs.gentoo.org/923980 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-order')
-rw-r--r--dev-python/pytest-order/pytest-order-1.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest-order/pytest-order-1.2.0.ebuild b/dev-python/pytest-order/pytest-order-1.2.0.ebuild
index 00d4947e86bc..f861ccc1aacd 100644
--- a/dev-python/pytest-order/pytest-order-1.2.0.ebuild
+++ b/dev-python/pytest-order/pytest-order-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,6 +26,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"