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: Wed, 07 Sep 2022 07:51:37
Message-Id: 1662537012.22affd5fbc33c7103b6b90383a00c2008767be93.mgorny@gentoo
1 commit: 22affd5fbc33c7103b6b90383a00c2008767be93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:26:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22affd5f
7
8 dev-python/nbconvert: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbconvert/nbconvert-7.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/nbconvert/nbconvert-7.0.0.ebuild b/dev-python/nbconvert/nbconvert-7.0.0.ebuild
16 index 4328f080d184..525a585dcb7b 100644
17 --- a/dev-python/nbconvert/nbconvert-7.0.0.ebuild
18 +++ b/dev-python/nbconvert/nbconvert-7.0.0.ebuild
19 @@ -83,7 +83,7 @@ python_test() {
20 nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_post_processor
21 )
22
23 - nonfatal epytest -p no:xvfb --pyargs nbconvert || die
24 + nonfatal epytest --pyargs nbconvert || die
25 }
26
27 pkg_postinst() {