mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user