summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-02 12:02:48 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-02 12:03:07 +0100
commita0a1c1a07074c6e7fecf50fde0a3b917c32836ea (patch)
tree636889f4a49c0792963e9cc8ba1199cae2ae3b80 /dev-python
parentdev-python/uvloop: Stabilize 0.21.0 sparc, #942728 (diff)
downloadgentoo-a0a1c1a07074c6e7fecf50fde0a3b917c32836ea.tar.gz
gentoo-a0a1c1a07074c6e7fecf50fde0a3b917c32836ea.tar.bz2
gentoo-a0a1c1a07074c6e7fecf50fde0a3b917c32836ea.zip
dev-python/pylibmc: Disable plugin autoloading to fix test failures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylibmc/pylibmc-1.6.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pylibmc/pylibmc-1.6.3-r1.ebuild b/dev-python/pylibmc/pylibmc-1.6.3-r1.ebuild
index ec5f6d7e35ba..2d8c6898be9c 100644
--- a/dev-python/pylibmc/pylibmc-1.6.3-r1.ebuild
+++ b/dev-python/pylibmc/pylibmc-1.6.3-r1.ebuild
@@ -59,5 +59,6 @@ python_test() {
tests/test_autoconf.py
)
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest --doctest-modules --doctest-glob='doctests.txt' src/pylibmc tests
}