From e5230abab6741d56341f39d1cf2228e6fa620705 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Mon, 7 Dec 2020 23:16:34 +0100 Subject: [PATCH] dev-python/pyftpdlib: skip more unreliable tests Closes: https://bugs.gentoo.org/758686 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Louis Sautier --- dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild index 6b3a26921e632..12d44dae1d468 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild @@ -60,6 +60,10 @@ python_test() { # https://github.com/giampaolo/pyftpdlib/issues/513 # https://bugs.gentoo.org/702578 pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_auth_failed + # https://github.com/giampaolo/pyftpdlib/issues/543 + # https://bugs.gentoo.org/758686 + pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_idle_timeout + pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_stou_max_tries ) # Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623 TZ=UTC+1 pytest -vv ${skipped_tests[@]/#/--deselect } \