commit: 714d3a1802c59e91297223ee20daeb519c12d476 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed May 6 18:43:01 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed May 6 18:46:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714d3a18
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 <AT> gentoo.org> dev-python/defcon/defcon-0.6.0-r1.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild b/dev-python/defcon/defcon-0.6.0-r1.ebuild index 9d7deff618e..b982a24e82b 100644 --- a/dev-python/defcon/defcon-0.6.0-r1.ebuild +++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild @@ -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
