commit:     588962e5dac4e64af5163bfdea3c36fe9152ffd5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 13:29:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 13:29:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588962e5

dev-python/pyftpdlib: Fix test failures due to pytest-xvfb

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
index a063b7e0f3b..919f9cb3f63 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
@@ -74,7 +74,7 @@ python_test() {
                
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address_map
        )
        # Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623
-       TZ=UTC+1 epytest ${skipped_tests[@]/#/--deselect }
+       TZ=UTC+1 epytest -p no:xvfb ${skipped_tests[@]/#/--deselect }
 }
 
 python_install_all() {

Reply via email to