mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/ipython: Fix asyncio-related test failures
Closes: https://bugs.gentoo.org/928411 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -51,6 +51,7 @@ BDEPEND="
|
||||
dev-python/matplotlib-inline[${PYTHON_USEDEP}]
|
||||
dev-python/pickleshare[${PYTHON_USEDEP}]
|
||||
<dev-python/pytest-8[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/testpath[${PYTHON_USEDEP}]
|
||||
)
|
||||
@@ -136,7 +137,8 @@ python_test() {
|
||||
|
||||
# nonfatal implied by virtx
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
nonfatal epytest || die "Tests failed with ${EPYTHON}"
|
||||
nonfatal epytest -p asyncio --asyncio-mode=auto ||
|
||||
die "Tests failed on ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
|
||||
Reference in New Issue
Block a user