dev-python/fabric: load pytest-relaxed plugin explicitly

Bug: https://bugs.gentoo.org/661218
Package-Manager: Portage-2.3.44, Repoman-2.3.10
This commit is contained in:
Virgil Dupras
2018-07-31 20:50:07 -04:00
parent cfdccf48a2
commit e647b47601

View File

@@ -52,7 +52,8 @@ python_compile_all() {
}
python_test() {
${EPYTHON} -m pytest -s -v || die "Tests failed"
# -p pytest_relaxed: this plugin has to be loaded explicitly
pytest -s -v -p pytest_relaxed.plugin || die "Tests failed"
}
python_install_all() {