Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Wed, 22 Sep 2021 07:37:10
Message-Id: 1632296222.b14b050ee13f225829fea785597638518349b94f.mgorny@gentoo
1 commit: b14b050ee13f225829fea785597638518349b94f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 07:36:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 07:37:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14b050e
7
8 dev-python/pytest-xdist: Fix copy-pasted comments
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
16 index 5415cb9cc80..a3f40e53e85 100644
17 --- a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
18 +++ b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
19 @@ -33,9 +33,9 @@ BDEPEND="
20 distutils_enable_tests --install pytest
21
22 python_test() {
23 - # disable autoloading pytest-asyncio in nested pytest calls
24 + # disable autoloading plugins in nested pytest calls
25 local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
26 - # since we disabled autoloading, force loading pytest-trio
27 + # since we disabled autoloading, force loading necessary plugins
28 local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
29
30 distutils_install_for_testing