From 1d9b87e30026aa1876cc37e8a7432532b91c6aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 4 Sep 2022 10:40:53 +0200 Subject: [PATCH] dev-python/fs: Remove redundant -p no:xvfb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/fs/fs-2.4.16.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild index 780dc3deb94f8..e086bb3bb3614 100644 --- a/dev-python/fs/fs-2.4.16.ebuild +++ b/dev-python/fs/fs-2.4.16.ebuild @@ -36,15 +36,10 @@ BDEPEND=" distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/recommonmark distutils_enable_tests pytest -python_test() { - local EPYTEST_IGNORE=( - # TODO: fails at teardown due to unfreed resources - tests/test_ftpfs.py - ) - - # pytest-xvfb causes test failures due to a zombie Xvfb process - epytest -p no:xvfb -} +EPYTEST_IGNORE=( + # TODO: fails at teardown due to unfreed resources + tests/test_ftpfs.py +) pkg_postinst() { optfeature "S3 support" dev-python/boto