summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-27 13:04:05 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-27 13:10:36 +0100
commite96d05ae1bb5ae78ebcf0258d8b31c8b426c731a (patch)
tree1b817b62859680897fc17880432bfaf9e439e8a9
parentdev-python/astroid: Skip a test requiring dev-python/pip (diff)
downloadgentoo-e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a.tar.gz
gentoo-e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a.tar.bz2
gentoo-e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a.zip
dev-python/alembic: Add a test dep on sys-libs/timezone-data
Closes: https://bugs.gentoo.org/922995 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/alembic/alembic-1.13.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/alembic/alembic-1.13.1.ebuild b/dev-python/alembic/alembic-1.13.1.ebuild
index 4ad4d6d36240..d30bacd5aaea 100644
--- a/dev-python/alembic/alembic-1.13.1.ebuild
+++ b/dev-python/alembic/alembic-1.13.1.ebuild
@@ -25,6 +25,11 @@ RDEPEND="
>=dev-python/python-editor-0.3[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
"
+BDEPEND="
+ test? (
+ sys-libs/timezone-data
+ )
+"
EPYTEST_XDIST=1
distutils_enable_tests pytest