diff options
author | 2022-09-04 11:26:46 +0200 | |
---|---|---|
committer | 2022-09-07 09:50:12 +0200 | |
commit | 22affd5fbc33c7103b6b90383a00c2008767be93 (patch) | |
tree | e5ff0300c51d0a0b264b21efd38a8f2757121516 /dev-python/nbconvert | |
parent | dev-python/pytest-services: Remove redundant -p no:xvfb (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |