commit: 20c3561947c263ea300c9e04a134910539f9c191
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 16:32:45 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 16:33:02 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c35619
dev-python/pipx: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pipx/pipx-1.8.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/pipx/pipx-1.8.0.ebuild
b/dev-python/pipx/pipx-1.8.0.ebuild
index f9c67f0084a3..c63a4360d889 100644
--- a/dev-python/pipx/pipx-1.8.0.ebuild
+++ b/dev-python/pipx/pipx-1.8.0.ebuild
@@ -35,9 +35,6 @@ RDEPEND="
>=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
>=dev-python/platformdirs-2.1[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.10)
>=dev-python/userpath-1.9.1[${PYTHON_USEDEP}]
"
BDEPEND="
@@ -50,6 +47,7 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
EPYTEST_RERUNS=5
EPYTEST_XDIST=1
distutils_enable_tests pytest
@@ -104,6 +102,5 @@ python_test() {
tests/test_standalone_interpreter.py
)
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o tmp_path_retention_policy=all
}