diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-11 23:02:45 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-11 23:02:45 +0000 |
| commit | 47ce0eec762e902235ff50fbacafbc2ec9689489 (patch) | |
| tree | 2e6f1b721d62b394b5b08761f2632808b0284fa8 /dev-python/pyftpdlib | |
| parent | 36f2ff872f3f27f8eb45979958c01c43618770fe (diff) | |
| download | baldeagleos-repo-47ce0eec762e902235ff50fbacafbc2ec9689489.tar.gz baldeagleos-repo-47ce0eec762e902235ff50fbacafbc2ec9689489.tar.xz baldeagleos-repo-47ce0eec762e902235ff50fbacafbc2ec9689489.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyftpdlib')
| -rw-r--r-- | dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild index 4b678d467849..31d9d2fc8d8f 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild @@ -64,10 +64,17 @@ python_test() { # https://bugs.gentoo.org/758686 pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_idle_timeout pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_stou_max_tries + # https://github.com/giampaolo/pyftpdlib/issues/550 + # https://bugs.gentoo.org/759040 + pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address + pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address_map + pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address + pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address_map + pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address + pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address_map ) # Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623 - TZ=UTC+1 pytest -vv ${skipped_tests[@]/#/--deselect } \ - || die "Tests failed with ${EPYTHON}" + TZ=UTC+1 epytest ${skipped_tests[@]/#/--deselect } } python_install_all() { |
