dev-python/pyftpdlib: skip another failing test
authorLouis Sautier <sbraz@gentoo.org>
Wed, 11 Dec 2019 22:06:47 +0000 (23:06 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 11 Dec 2019 22:08:06 +0000 (23:08 +0100)
Closes: https://bugs.gentoo.org/702578
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild

index e8895e9cba0fb2605306a4f8e216b2203440942f..9bd65b18de3d69e099c77972826664da80230ffa 100644 (file)
@@ -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 \