dev-python/async_generator: Disable plugin autoload to fix tests

Closes: https://bugs.gentoo.org/840640
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-26 08:11:47 +02:00
parent d1c9c5fd9f
commit 62ad842a5d

View File

@@ -18,3 +18,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x6
DOCS=( README.rst )
distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}