summaryrefslogtreecommitdiff
path: root/dev-python/python-json-logger
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-14 20:04:49 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-14 20:05:48 +0100
commite656abc3f736d2f90cc71e22cf0d44463ff81d2d (patch)
tree5b52fc4acf30d8779aded917bfbc90d73d6d5cfc /dev-python/python-json-logger
parent2684503804c9f59744e91057080479697fa0c363 (diff)
downloadgentoo-e656abc3f736d2f90cc71e22cf0d44463ff81d2d.tar.gz
gentoo-e656abc3f736d2f90cc71e22cf0d44463ff81d2d.tar.bz2
gentoo-e656abc3f736d2f90cc71e22cf0d44463ff81d2d.zip
dev-python/python-json-logger: Add missing test deps
Closes: https://bugs.gentoo.org/946355 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-json-logger')
-rw-r--r--dev-python/python-json-logger/python-json-logger-3.2.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
index d28f58ef9c11..72f24aa2103c 100644
--- a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
+++ b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
@@ -20,6 +20,13 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc
distutils_enable_tests pytest
+BDEPEND="
+ test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+ )
+"
+
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest