From e6fc564c40d23f49a149fdae8513f6d0309ec47a Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 18 Oct 2025 19:14:06 +0000 Subject: Adding metadata --- dev-python/ipykernel/ipykernel-7.0.1.ebuild | 30 ++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'dev-python/ipykernel/ipykernel-7.0.1.ebuild') diff --git a/dev-python/ipykernel/ipykernel-7.0.1.ebuild b/dev-python/ipykernel/ipykernel-7.0.1.ebuild index 34ce055726a6..88ed3255c4a9 100644 --- a/dev-python/ipykernel/ipykernel-7.0.1.ebuild +++ b/dev-python/ipykernel/ipykernel-7.0.1.ebuild @@ -48,15 +48,6 @@ BDEPEND=" EPYTEST_PLUGINS=( pytest-{asyncio,rerunfailures,timeout} ) distutils_enable_tests pytest -EPYTEST_DESELECT=( - # hangs? - tests/test_eventloop.py::test_tk_loop - # flaky - tests/test_eventloop.py::test_qt_enable_gui - # fails without pytest-cov; apparently "time-sensitive" too - tests/test_subshells.py::test_run_concurrently_sequence -) - src_prepare() { # debugpy is actually optional sed -i -e '/debugpy/d' pyproject.toml || die @@ -73,3 +64,24 @@ python_compile() { src_test() { virtx distutils-r1_src_test } + +python_test() { + local EPYTEST_DESELECT=( + # hangs? + tests/test_eventloop.py::test_tk_loop + # flaky + tests/test_eventloop.py::test_qt_enable_gui + # fails without pytest-cov; apparently "time-sensitive" too + tests/test_subshells.py::test_run_concurrently_sequence + ) + + case ${EPYTHON} in + python3.14) + EPYTEST_DESELECT+=( + tests/test_kernel.py::test_subprocess_{error,print} + ) + ;; + esac + + epytest +} -- cgit v1.3.1