mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user