diff options
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() { |