diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-12-07 23:16:34 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-12-07 23:16:38 +0100 |
commit | e5230abab6741d56341f39d1cf2228e6fa620705 (patch) | |
tree | d7ee1bc855cb546d7e533f3ee89f393b5f0cc11f /dev-python/pyftpdlib | |
parent | x11-libs/libXau: Add XORG_DOC=doc (diff) | |
download | gentoo-e5230abab6741d56341f39d1cf2228e6fa620705.tar.gz gentoo-e5230abab6741d56341f39d1cf2228e6fa620705.tar.bz2 gentoo-e5230abab6741d56341f39d1cf2228e6fa620705.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pyftpdlib')
-rw-r--r-- | dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild index 6b3a26921e63..12d44dae1d46 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 } \ |