mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-db/mycli: Reorder python enable tests command
Enables pytest to be correctly added to BDEPEND Closes: https://bugs.gentoo.org/731718 Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
@@ -31,11 +31,10 @@ RDEPEND="$(python_gen_cond_dep '
|
||||
ssh? ( dev-python/paramiko[${PYTHON_MULTI_USEDEP}] )')
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_MULTI_USEDEP}]') )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_MULTI_USEDEP}]') )"
|
||||
|
||||
PATCHES=( "${FILESDIR}/mycli-1.21.1-fix-test-install.patch" )
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user