diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-07 20:37:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-07 20:37:06 +0000 |
| commit | 1c85d1705f0ada109728ba38e08b5a2576fb0951 (patch) | |
| tree | 53d087c8a3446767c14fcb6045665046b0d592c4 /dev-python/ipykernel | |
| parent | 259c2bbadb7e11a64ba2f7c34f45461aa3d6ced6 (diff) | |
| download | baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.tar.gz baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.tar.xz baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ipykernel')
| -rw-r--r-- | dev-python/ipykernel/ipykernel-6.29.5.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/ipykernel/ipykernel-7.0.0_alpha0.ebuild | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/ipykernel/ipykernel-6.29.5.ebuild b/dev-python/ipykernel/ipykernel-6.29.5.ebuild index b11f5843f6e6..67225f8ef24d 100644 --- a/dev-python/ipykernel/ipykernel-6.29.5.ebuild +++ b/dev-python/ipykernel/ipykernel-6.29.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -64,7 +64,7 @@ python_compile() { "${BUILD_DIR}/install${EPREFIX}/usr/share/jupyter/kernels/python3/kernel.json" || die } -src_test() { +python_test() { local EPYTEST_DESELECT=( # TODO tests/test_debugger.py::test_attach_debug @@ -80,5 +80,10 @@ src_test() { tests/test_eventloop.py::test_qt_enable_gui ) + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p asyncio -p flaky -p timeout +} + +src_test() { virtx distutils-r1_src_test } diff --git a/dev-python/ipykernel/ipykernel-7.0.0_alpha0.ebuild b/dev-python/ipykernel/ipykernel-7.0.0_alpha0.ebuild index afca9cd4b0c0..2ccd2cbd9ba6 100644 --- a/dev-python/ipykernel/ipykernel-7.0.0_alpha0.ebuild +++ b/dev-python/ipykernel/ipykernel-7.0.0_alpha0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 |
