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@gentoo.org>
This commit is contained in:
Louis Sautier
2019-11-29 12:43:21 +01:00
parent c854d9631f
commit 91f13f3d99

View 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 \