commit:     22263bc3f9bcb4c805a8b259659e7287d4bfb061
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 09:11:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 09:11:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22263bc3

dev-python/pytest-order: fix test dep

Closes: https://bugs.gentoo.org/903905
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytest-order/pytest-order-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]
        )
 "
 

Reply via email to