commit: 83f6b217bf2704b6a92c0dfdb760091270912011
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 15:39:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 16:17:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f6b217
dev-python/libcst: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libcst/libcst-1.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/libcst/libcst-1.8.2.ebuild
b/dev-python/libcst/libcst-1.8.2.ebuild
index 0086200d0431..fb5ba1e3263a 100644
--- a/dev-python/libcst/libcst-1.8.2.ebuild
+++ b/dev-python/libcst/libcst-1.8.2.ebuild
@@ -134,6 +134,7 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
EPYTEST_XDIST=1
distutils_enable_tests pytest
@@ -171,7 +172,6 @@ python_test() {
;;
esac
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
# fixtures
ln -s "${S}/native" . || die