mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-python/pylibmc: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user