diff options
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild')
-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 |