From f0f407150b4be5952bfb3501d1368b9e371b216e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 31 Jan 2022 13:43:08 +0000 Subject: Adding metadata --- dev-python/ipython/ipython-8.0.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-python/ipython') 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() { -- cgit v1.3.1