summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-06 11:11:27 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-06 11:11:27 +0200
commit22263bc3f9bcb4c805a8b259659e7287d4bfb061 (patch)
tree6a20c6bfaa689c7b4680039125c6b4a3c7da23cd /dev-python/pytest-order/pytest-order-1.1.0.ebuild
parentdev-python/pytest-order: add missing test dep (diff)
downloadgentoo-22263bc3f9bcb4c805a8b259659e7287d4bfb061.tar.gz
gentoo-22263bc3f9bcb4c805a8b259659e7287d4bfb061.tar.bz2
gentoo-22263bc3f9bcb4c805a8b259659e7287d4bfb061.zip
dev-python/pytest-order: fix test dep
Closes: https://bugs.gentoo.org/903905 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pytest-order/pytest-order-1.1.0.ebuild')
-rw-r--r--dev-python/pytest-order/pytest-order-1.1.0.ebuild2
1 files changed, 1 insertions, 1 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 e6ad00630706..c8abacea46ae 100644
--- a/dev-python/pytest-order/pytest-order-1.1.0.ebuild
+++ b/dev-python/pytest-order/pytest-order-1.1.0.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=dev-python/pytest-6.4.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
- dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"