commit: 91f13f3d998afd099a54be7c5b3f485d0792f94f Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 11:43:21 2019 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 11:52:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f13f3d
dev-python/pyftpdlib: skip another failing test, fix a typo 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 <AT> gentoo.org> dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild index 697efa566ec..c9495648075 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild @@ -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 \
