From b14b050ee13f225829fea785597638518349b94f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 22 Sep 2021 09:36:30 +0200 Subject: dev-python/pytest-xdist: Fix copy-pasted comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pytest-xdist') diff --git a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild index 5415cb9cc80c..a3f40e53e852 100644 --- a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild @@ -33,9 +33,9 @@ BDEPEND=" distutils_enable_tests --install pytest python_test() { - # disable autoloading pytest-asyncio in nested pytest calls + # disable autoloading plugins in nested pytest calls local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - # since we disabled autoloading, force loading pytest-trio + # since we disabled autoloading, force loading necessary plugins local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked distutils_install_for_testing -- cgit v1.2.3-65-gdbad