dev-python/defcon: Fix tests

Thanks-to: Thomas Deutschmann
Closes: https://bugs.gentoo.org/721156
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2020-05-06 20:43:01 +02:00
parent d286e33939
commit 714d3a1802

View File

@@ -17,8 +17,12 @@ IUSE=""
RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
BDEPEND=""
BDEPEND="
test? (
dev-python/fonttools[${PYTHON_USEDEP}]
dev-python/fs[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"
python_test() {
esetup.py test
}
distutils_enable_tests pytest