commit: 22affd5fbc33c7103b6b90383a00c2008767be93
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 09:26:46 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 07:50:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22affd5f
dev-python/nbconvert: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbconvert/nbconvert-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nbconvert/nbconvert-7.0.0.ebuild
b/dev-python/nbconvert/nbconvert-7.0.0.ebuild
index 4328f080d184..525a585dcb7b 100644
--- a/dev-python/nbconvert/nbconvert-7.0.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.0.0.ebuild
@@ -83,7 +83,7 @@ python_test() {
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_post_processor
)
- nonfatal epytest -p no:xvfb --pyargs nbconvert || die
+ nonfatal epytest --pyargs nbconvert || die
}
pkg_postinst() {