diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-31 13:43:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-31 13:43:08 +0000 |
| commit | f0f407150b4be5952bfb3501d1368b9e371b216e (patch) | |
| tree | 5e6cdf4ce1d1d588560a69df84ba62aa88b3240b /dev-python/ipython | |
| parent | 6d12ebce5fb028143221a61012679f79bd44da9e (diff) | |
| download | baldeagleos-repo-f0f407150b4be5952bfb3501d1368b9e371b216e.tar.gz baldeagleos-repo-f0f407150b4be5952bfb3501d1368b9e371b216e.tar.xz baldeagleos-repo-f0f407150b4be5952bfb3501d1368b9e371b216e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ipython')
| -rw-r--r-- | dev-python/ipython/ipython-8.0.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-8.0.1.ebuild b/dev-python/ipython/ipython-8.0.1.ebuild index ac9115338514..982fa898fde6 100644 --- a/dev-python/ipython/ipython-8.0.1.ebuild +++ b/dev-python/ipython/ipython-8.0.1.ebuild @@ -99,6 +99,10 @@ python_compile_all() { fi } +src_test() { + virtx distutils-r1_src_test +} + python_test() { local -x IPYTHON_TESTING_TIMEOUT_SCALE=20 local EPYTEST_DESELECT=( @@ -113,7 +117,7 @@ python_test() { IPython/core/tests/test_completer.py::TestCompleter::test_all_completions_dups IPython/core/tests/test_completer.py::TestCompleter::test_deduplicate_completions ) - virtx epytest + epytest || die "Tests failed with ${EPYTHON}" } python_install() { |
