commit:     b14b050ee13f225829fea785597638518349b94f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 07:36:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 07:37:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14b050e

dev-python/pytest-xdist: Fix copy-pasted comments

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 5415cb9cc80..a3f40e53e85 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

Reply via email to