commit: fd04e3905eecd20ea4f2defd7638563ca0e48eac Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Sat Jul 14 14:47:42 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Sat Jul 14 14:47:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd04e390
dev-python/pyftpdlib: don't load the relaxed pytest plugin Closes: https://bugs.gentoo.org/661082 Package-Manager: Portage-2.3.42, Repoman-2.3.9 dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild index 119b0c25534..42917afc6ff 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild @@ -64,8 +64,9 @@ python_test() { test_nlst ) skipped_tests=${skipped_tests[@]/%/ or} + # Don't load the relaxed plugin, see https://bugs.gentoo.org/661082 py.test --ignore ${PN}/test/test_misc.py -k "not (${skipped_tests% or})" \ - || die "Tests failed with ${EPYTHON}" + -p no:relaxed || die "Tests failed with ${EPYTHON}" } python_install_all() {