dev-python/pyftpdlib: skip another failing test, fix a typo
authorLouis Sautier <sbraz@gentoo.org>
Fri, 29 Nov 2019 11:43:21 +0000 (12:43 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Fri, 29 Nov 2019 11:52:41 +0000 (12:52 +0100)
There was a typo preventing one test from being skipped.

Closes: https://bugs.gentoo.org/676232
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild

index 697efa566ecbf9956e1bf6ddcccd96aa6f238408..c9495648075bb2d5bdd3fc4298c45494fa6510f5 100644 (file)
@@ -53,7 +53,10 @@ python_test() {
                # https://github.com/giampaolo/pyftpdlib/issues/512
                # https://bugs.gentoo.org/701146
                pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_rest_on_stor
-               pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_as cii
+               pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_ascii
+               # https://github.com/giampaolo/pyftpdlib/issues/513
+               # https://bugs.gentoo.org/676232
+               pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_anon_auth
        )
        # Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623
        TZ=UTC+1 pytest -vv \