diff options
author | Louis Sautier <sbraz@gentoo.org> | 2019-12-11 23:06:47 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2019-12-11 23:08:06 +0100 |
commit | 6eb3a390541584d6d533f695465e9e4b76025c32 (patch) | |
tree | d02f2ed8fa06fc0c80a201dc112cf7eccb52eecb /dev-python/pyftpdlib | |
parent | dev-python/fonttools: arm64 keyworded (diff) | |
download | gentoo-6eb3a390541584d6d533f695465e9e4b76025c32.tar.gz gentoo-6eb3a390541584d6d533f695465e9e4b76025c32.tar.bz2 gentoo-6eb3a390541584d6d533f695465e9e4b76025c32.zip |
dev-python/pyftpdlib: skip another failing test
Closes: https://bugs.gentoo.org/702578
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/pyftpdlib')
-rw-r--r-- | dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild index e8895e9cba0f..9bd65b18de3d 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild @@ -57,6 +57,9 @@ python_test() { # https://github.com/giampaolo/pyftpdlib/issues/513 # https://bugs.gentoo.org/676232 pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_anon_auth + # https://github.com/giampaolo/pyftpdlib/issues/513 + # https://bugs.gentoo.org/702578 + pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_auth_failed ) # Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623 TZ=UTC+1 pytest -vv \ |