summaryrefslogtreecommitdiff
path: root/dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild
index 441f239a2f03..bf5367bcf383 100644
--- a/dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-3.4.0.ebuild
@@ -38,7 +38,7 @@ python_test() {
# disable autoloading plugins in nested pytest calls
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
# since we disabled autoloading, force loading necessary plugins
- local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+ local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail
epytest
}