diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-10 17:55:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-10 18:19:47 +0200 |
commit | 415204e1b099ffc9dabdca0bb0bd04a531bd2e64 (patch) | |
tree | d2d49020f00a25cb5b9025e3afbf3b6497b5c6a4 /dev-python | |
parent | x11-libs/libXt: Stabilize 1.3.0 amd64, #906072 (diff) | |
download | gentoo-415204e1b099ffc9dabdca0bb0bd04a531bd2e64.tar.gz gentoo-415204e1b099ffc9dabdca0bb0bd04a531bd2e64.tar.bz2 gentoo-415204e1b099ffc9dabdca0bb0bd04a531bd2e64.zip |
dev-python/hatchling: Add a test dep on dev-python/pytest-mock
Closes: https://bugs.gentoo.org/906051
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hatchling/hatchling-1.15.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hatchling/hatchling-1.15.0.ebuild b/dev-python/hatchling/hatchling-1.15.0.ebuild index fb49ea0b336a..d19c9d5239f8 100644 --- a/dev-python/hatchling/hatchling-1.15.0.ebuild +++ b/dev-python/hatchling/hatchling-1.15.0.ebuild @@ -45,6 +45,7 @@ BDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] dev-python/platformdirs[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] dev-python/tomli-w[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] |