dev-python/pylibmc: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-05 18:13:18 +02:00
parent e11b36f15c
commit 1bbfec8ce3

View File

@@ -44,6 +44,7 @@ PATCHES=(
"${FILESDIR}/pylibmc-1.6.3-doctest-libmemcached-1.0.18.patch"
)
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
# needed for docs
@@ -63,6 +64,5 @@ python_test() {
tests/test_autoconf.py
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest --doctest-modules --doctest-glob='doctests.txt' src/pylibmc tests
}