summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-17 17:00:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-17 18:11:42 +0100
commit534f505b12c7d1de6ca9a99b43df16a01d39b9ba (patch)
tree82b2437a14d827f2311cc8b884f7951a5ffad42d /dev-python/pip
parentdev-python/pip: Use PYTEST_XDIST (diff)
downloadgentoo-534f505b12c7d1de6ca9a99b43df16a01d39b9ba.tar.gz
gentoo-534f505b12c7d1de6ca9a99b43df16a01d39b9ba.tar.bz2
gentoo-534f505b12c7d1de6ca9a99b43df16a01d39b9ba.zip
dev-python/pip: Disable pytest plugin autoloading
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-23.3.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pip/pip-23.3.2.ebuild b/dev-python/pip/pip-23.3.2.ebuild
index 69e2e40cefb0..0ab48e625f7d 100644
--- a/dev-python/pip/pip-23.3.2.ebuild
+++ b/dev-python/pip/pip-23.3.2.ebuild
@@ -117,6 +117,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
local -x PIP_DISABLE_PIP_VERSION_CHECK=1
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
local EPYTEST_XDIST=1
epytest -m "not network"
}