From 0480f3ee549f4444a58d4c6cc193f367584177bd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 7 Aug 2021 15:49:00 +0200 Subject: dev-python/fs: Fix test failures due to pytest-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.13.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/fs') diff --git a/dev-python/fs/fs-2.4.13.ebuild b/dev-python/fs/fs-2.4.13.ebuild index 99833ddeba7d..5ef873151954 100644 --- a/dev-python/fs/fs-2.4.13.ebuild +++ b/dev-python/fs/fs-2.4.13.ebuild @@ -39,6 +39,11 @@ BDEPEND=" distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme distutils_enable_tests pytest +python_test() { + # pytest-xvfb causes test failures due to a zombie Xvfb process + epytest -p no:xvfb +} + pkg_postinst() { optfeature "S3 support" dev-python/boto optfeature "SFTP support" dev-python/paramiko -- cgit v1.2.3-65-gdbad