commit:     1d8e89f4dec4dd8024164dac8c17dcfabfd61d4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 10:20:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 10:20:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8e89f4

dev-python/ipyparallel: Remove stale pytest-tornado dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ipyparallel/ipyparallel-9.0.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild 
b/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
index 03156242282b..54f58b1e918e 100644
--- a/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 optfeature pypi
@@ -38,7 +38,6 @@ BDEPEND="
        dev-python/flit-core[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-tornado[${PYTHON_USEDEP}]
                dev-python/testpath[${PYTHON_USEDEP}]
        )
 "
@@ -82,7 +81,7 @@ python_test() {
        esac
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p asyncio -p tornado
+       epytest -p asyncio
 }
 
 python_install_all() {

Reply via email to