commit:     7ea0af333997e9334867d67aceedcc7566526466
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  2 09:36:46 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  2 09:37:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea0af33

dev-python/pytest: Remove old cond-deps

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

 dev-python/pytest/pytest-7.4.4.ebuild | 6 +-----
 dev-python/pytest/pytest-8.0.2.ebuild | 8 ++------
 dev-python/pytest/pytest-8.1.2.ebuild | 9 ++-------
 dev-python/pytest/pytest-8.2.2.ebuild | 9 ++-------
 dev-python/pytest/pytest-8.3.5.ebuild | 7 +------
 5 files changed, 8 insertions(+), 31 deletions(-)

diff --git a/dev-python/pytest/pytest-7.4.4.ebuild 
b/dev-python/pytest/pytest-7.4.4.ebuild
index e07daa5301a3..e1819f5d2e17 100644
--- a/dev-python/pytest/pytest-7.4.4.ebuild
+++ b/dev-python/pytest/pytest-7.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_TESTED=( python3_{11..12} )
 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
 
 inherit distutils-r1 multiprocessing pypi
@@ -27,10 +27,6 @@ RDEPEND="
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
-       ' 3.{9..10})
 "
 BDEPEND="
        >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-8.0.2.ebuild 
b/dev-python/pytest/pytest-8.0.2.ebuild
index 94fc0ecaaf5d..50d73eb7aff3 100644
--- a/dev-python/pytest/pytest-8.0.2.ebuild
+++ b/dev-python/pytest/pytest-8.0.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_TESTED=( python3_{11..12} )
 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
 
 inherit distutils-r1 multiprocessing pypi
@@ -27,10 +27,6 @@ RDEPEND="
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/pluggy-1.3.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
-       ' 3.{9..10})
 "
 BDEPEND="
        >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-8.1.2.ebuild 
b/dev-python/pytest/pytest-8.1.2.ebuild
index 1d8853ce3c51..ab271b187235 100644
--- a/dev-python/pytest/pytest-8.1.2.ebuild
+++ b/dev-python/pytest/pytest-8.1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_TESTED=( python3_{11..12} )
 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
 
 inherit distutils-r1 pypi
@@ -27,11 +27,6 @@ RDEPEND="
        dev-python/packaging[${PYTHON_USEDEP}]
        <dev-python/pluggy-2[${PYTHON_USEDEP}]
        >=dev-python/pluggy-1.4[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1[${PYTHON_USEDEP}]
-       ' 3.10)
-       !!<=dev-python/flaky-3.7.0-r5
 "
 BDEPEND="
        >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-8.2.2.ebuild 
b/dev-python/pytest/pytest-8.2.2.ebuild
index 408c5622c9f8..e21445971cd6 100644
--- a/dev-python/pytest/pytest-8.2.2.ebuild
+++ b/dev-python/pytest/pytest-8.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..13} pypy3 )
+PYTHON_TESTED=( python3_{11..13} )
 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
 
 inherit distutils-r1 pypi
@@ -27,11 +27,6 @@ RDEPEND="
        dev-python/packaging[${PYTHON_USEDEP}]
        <dev-python/pluggy-2[${PYTHON_USEDEP}]
        >=dev-python/pluggy-1.5.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1[${PYTHON_USEDEP}]
-       ' 3.10)
-       !!<=dev-python/flaky-3.7.0-r5
 "
 BDEPEND="
        >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-8.3.5.ebuild 
b/dev-python/pytest/pytest-8.3.5.ebuild
index 74b41738ded4..768354939e25 100644
--- a/dev-python/pytest/pytest-8.3.5.ebuild
+++ b/dev-python/pytest/pytest-8.3.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_TESTED=( python3_{11..13} pypy3_11 )
 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
 
 inherit distutils-r1 pypi
@@ -27,11 +27,6 @@ RDEPEND="
        dev-python/packaging[${PYTHON_USEDEP}]
        <dev-python/pluggy-2[${PYTHON_USEDEP}]
        >=dev-python/pluggy-1.5.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-               >=dev-python/tomli-1[${PYTHON_USEDEP}]
-       ' 3.10)
-       !!<=dev-python/flaky-3.7.0-r5
 "
 BDEPEND="
        >=dev-python/setuptools-scm-6.2.3[${PYTHON_USEDEP}]

Reply via email to