Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/
Date: Thu, 01 Jul 2021 17:53:54
Message-Id: 1625162022.8c2987785e3b80804f66a16d20d5baaa58b68e49.mgorny@gentoo
1 commit: 8c2987785e3b80804f66a16d20d5baaa58b68e49
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 17:38:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 17:53:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c298778
7
8 dev-python/nbconvert: Fix skipping tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbconvert/nbconvert-6.0.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
16 index a7ec918819d..2de0d56e785 100644
17 --- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild
18 +++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
19 @@ -54,9 +54,9 @@ python_test() {
20 local deselect=(
21 # Missing pyppeteer for now
22 # TODO: Doesn't skip?
23 - --deselect exporters/tests/test_webpdf.py
24 + --deselect nbconvert/exporters/tests/test_webpdf.py
25 # Needs pyppeteer too
26 - --deselect 'tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
27 + --deselect 'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
28 )
29
30 distutils_install_for_testing bdist_egg