diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-22 09:36:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-22 09:37:02 +0200 |
commit | b14b050ee13f225829fea785597638518349b94f (patch) | |
tree | 2f022739979c04fcfd8005dd745d4ddae629f098 /dev-python/pytest-xdist | |
parent | app-admin/awscli: Bump to 1.20.45 (diff) | |
download | gentoo-b14b050ee13f225829fea785597638518349b94f.tar.gz gentoo-b14b050ee13f225829fea785597638518349b94f.tar.bz2 gentoo-b14b050ee13f225829fea785597638518349b94f.zip |
dev-python/pytest-xdist: Fix copy-pasted comments
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 4 |
1 files 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 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 |