mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/nbconvert: Fix test call and dependencies
Gentoo-bug: 597902 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2700 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
88c6f29ef9
commit
f55bda7b2e
@@ -35,9 +35,11 @@ DEPEND="${RDEPEND}
|
||||
app-text/pandoc
|
||||
)
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/ipykernel[${PYTHON_USEDEP}]
|
||||
dev-python/testpath[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
@@ -57,7 +59,7 @@ python_compile_all() {
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
cd "${TEST_DIR}"/lib || die
|
||||
nosetests --with-coverage --cover-package=nbconvert nbconvert || die
|
||||
py.test --cov nbconvert -v --pyargs nbconvert || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user