From cfdccf48a2b1651a903f67bae2fc91dc132b9ed3 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 31 Jul 2018 20:48:54 -0400 Subject: dev-python/invoke: explicitly load pytest-relaxed plugin Bug: https://bugs.gentoo.org/661218 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- dev-python/invoke/invoke-1.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/invoke/invoke-1.1.0.ebuild b/dev-python/invoke/invoke-1.1.0.ebuild index 80bbd00caf23..59e4a80b9830 100644 --- a/dev-python/invoke/invoke-1.1.0.ebuild +++ b/dev-python/invoke/invoke-1.1.0.ebuild @@ -29,5 +29,6 @@ PATCHES=( python_test() { # -s flag is important: tests fail when pytest isn't in "no capture" mode - ${EPYTHON} -m pytest -s -v + # -p pytest_relaxed: this plugin has to be loaded explicitly + pytest -s -v -p pytest_relaxed.plugin || die "Tests failed" } -- cgit v1.2.3-65-gdbad