From ed5e282d655e0a95ee369c688d010c2242d7fd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 24 Nov 2023 17:04:35 +0100 Subject: [PATCH] dev-python/pytest-describe: Fix test failures due to random plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-describe/pytest-describe-2.1.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild index f9fee20dc1ec8..55ad3ff255f37 100644 --- a/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild +++ b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild @@ -27,8 +27,7 @@ RDEPEND=" distutils_enable_tests pytest python_test() { - # We need to disable some plugins because tests don't like unexpected - # output - local -x PYTEST_ADDOPTS="-p no:flaky -p no:capturelog" + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS=pytest_describe.plugin epytest }