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
This commit is contained in:
Louis Sautier
2018-07-14 16:47:42 +02:00
parent 426a184136
commit fd04e3905e

View File

@@ -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() {