diff options
author | 2023-08-07 13:53:41 +0200 | |
---|---|---|
committer | 2023-08-07 13:53:41 +0200 | |
commit | 749f75b44d905d3993bf24e88bb98c85a3927373 (patch) | |
tree | e62f77e8ec763849385ecb1197684742a1bb0a68 /dev-python/aiocache | |
parent | dev-python/sqlglot: drop 17.9.0 (diff) | |
download | gentoo-749f75b44d905d3993bf24e88bb98c85a3927373.tar.gz gentoo-749f75b44d905d3993bf24e88bb98c85a3927373.tar.bz2 gentoo-749f75b44d905d3993bf24e88bb98c85a3927373.zip |
dev-python/aiocache: Add missing test dep on dev-python/pytest-mock
Closes: https://bugs.gentoo.org/911851
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiocache')
-rw-r--r-- | dev-python/aiocache/aiocache-0.12.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/aiocache/aiocache-0.12.2.ebuild b/dev-python/aiocache/aiocache-0.12.2.ebuild index 9344ac84c735..dd8c5bb60fe4 100644 --- a/dev-python/aiocache/aiocache-0.12.2.ebuild +++ b/dev-python/aiocache/aiocache-0.12.2.ebuild @@ -24,6 +24,7 @@ BDEPEND=" dev-python/marshmallow[${PYTHON_USEDEP}] >=dev-python/msgpack-0.5.5[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] >=dev-python/redis-4.2.0[${PYTHON_USEDEP}] ) " |