summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2019-11-29 12:43:21 +0100
committerLouis Sautier <sbraz@gentoo.org>2019-11-29 12:52:41 +0100
commit91f13f3d998afd099a54be7c5b3f485d0792f94f (patch)
tree7e8d7fe8acd5e466de16f70ae0acfbc0e148ef28 /dev-python/pyftpdlib
parent*/*: reassign creffett@'s packages (diff)
downloadgentoo-91f13f3d998afd099a54be7c5b3f485d0792f94f.tar.gz
gentoo-91f13f3d998afd099a54be7c5b3f485d0792f94f.tar.bz2
gentoo-91f13f3d998afd099a54be7c5b3f485d0792f94f.zip
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>
Diffstat (limited to 'dev-python/pyftpdlib')
-rw-r--r--dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.5-r1.ebuild
index 697efa566ecb..c9495648075b 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 \