summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 11:26:46 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:50:12 +0200
commit22affd5fbc33c7103b6b90383a00c2008767be93 (patch)
treee5ff0300c51d0a0b264b21efd38a8f2757121516 /dev-python/nbconvert
parentdev-python/pytest-services: Remove redundant -p no:xvfb (diff)
downloadgentoo-22affd5fbc33c7103b6b90383a00c2008767be93.tar.gz
gentoo-22affd5fbc33c7103b6b90383a00c2008767be93.tar.bz2
gentoo-22affd5fbc33c7103b6b90383a00c2008767be93.zip
dev-python/nbconvert: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r--dev-python/nbconvert/nbconvert-7.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {