commit:     b4d917d087d814fd19d610d5ce80dc761dd9e56b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 07:54:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 07:56:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d917d0

dev-python/pymongo: Fix missing dep on pytest

Closes: https://bugs.gentoo.org/912852
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymongo/pymongo-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pymongo/pymongo-4.5.0.ebuild 
b/dev-python/pymongo/pymongo-4.5.0.ebuild
index 0a82c759cf48..50dd72c0a3cd 100644
--- a/dev-python/pymongo/pymongo-4.5.0.ebuild
+++ b/dev-python/pymongo/pymongo-4.5.0.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 "
 
 distutils_enable_sphinx doc
-distutils_enable_tests unittest
+distutils_enable_tests pytest
 
 reqcheck() {
        if use test && use test-full; then

Reply via email to