commit:     e647b476018a2f9e16c9c507ffd02fad8121aa45
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  1 00:50:07 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Aug  1 12:09:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e647b476

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

Bug: https://bugs.gentoo.org/661218
Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/fabric/fabric-2.2.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/fabric/fabric-2.2.1.ebuild 
b/dev-python/fabric/fabric-2.2.1.ebuild
index dddf7851f84..00240b6a9c1 100644
--- a/dev-python/fabric/fabric-2.2.1.ebuild
+++ b/dev-python/fabric/fabric-2.2.1.ebuild
@@ -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() {

Reply via email to