mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user