commit:     8c2987785e3b80804f66a16d20d5baaa58b68e49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 17:38:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 17:53:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c298778

dev-python/nbconvert: Fix skipping tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nbconvert/nbconvert-6.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild 
b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
index a7ec918819d..2de0d56e785 100644
--- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
@@ -54,9 +54,9 @@ python_test() {
        local deselect=(
                # Missing pyppeteer for now
                # TODO: Doesn't skip?
-               --deselect exporters/tests/test_webpdf.py
+               --deselect nbconvert/exporters/tests/test_webpdf.py
                # Needs pyppeteer too
-               --deselect 
'tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+               --deselect 
'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
        )
 
        distutils_install_for_testing bdist_egg

Reply via email to