commit: e5230abab6741d56341f39d1cf2228e6fa620705 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Mon Dec 7 22:16:34 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Mon Dec 7 22:16:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5230aba
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 <sbraz <AT> gentoo.org> 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 6b3a26921e6..12d44dae1d4 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 } \
