diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-16 16:09:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-16 16:09:02 +0000 |
| commit | dd0f2cef25a5eb299e21b4ca44f03e88dd108918 (patch) | |
| tree | 5c0b522fe7ef684cb6270f5834647845f7d93c23 /dev-python/ipython/ipython-8.23.0.ebuild | |
| parent | 82d0e3dbca8c1d493c7edba213093b8a8ba724a5 (diff) | |
| download | baldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.tar.gz baldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.tar.xz baldeagleos-repo-dd0f2cef25a5eb299e21b4ca44f03e88dd108918.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ipython/ipython-8.23.0.ebuild')
| -rw-r--r-- | dev-python/ipython/ipython-8.23.0.ebuild | 4 |
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() { |
