summaryrefslogtreecommitdiff
path: root/dev-python/ipython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-16 16:09:02 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-16 16:09:02 +0000
commitdd0f2cef25a5eb299e21b4ca44f03e88dd108918 (patch)
tree5c0b522fe7ef684cb6270f5834647845f7d93c23 /dev-python/ipython
parent82d0e3dbca8c1d493c7edba213093b8a8ba724a5 (diff)
downloadbaldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.tar.gz
baldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.tar.xz
baldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.zip
Adding metadata
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-8.23.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-8.23.0.ebuild b/dev-python/ipython/ipython-8.23.0.ebuild
index 03fb8a8111eb..551d2ccbec84 100644
--- a/dev-python/ipython/ipython-8.23.0.ebuild
+++ b/dev-python/ipython/ipython-8.23.0.ebuild
@@ -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() {