diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-09 06:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-09 09:09:08 +0100 |
commit | 8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70 (patch) | |
tree | b930d4843eccdb9318c33bf199021e320ea58d14 /eclass | |
parent | python*-r1.eclass: Remove explicit dep on python-exec (diff) | |
download | gentoo-8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70.tar.gz gentoo-8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70.tar.bz2 gentoo-8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70.zip |
distutils-r1.eclass: Bump minimal pytest dep
Bump the minimal pytest dep to what we have right now, since a growing
number of packages requires new pytest version (>= 6.2.4 is the highest
explicit dep we have) and there is really no point in repeating the dep.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 1b50dc4e74b4..7bd9baba8167 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: distutils-r1.eclass @@ -405,7 +405,7 @@ distutils_enable_tests() { test_pkg=">=dev-python/nose-1.3.7-r4" ;; pytest) - test_pkg=">=dev-python/pytest-4.5.0" + test_pkg=">=dev-python/pytest-6.2.5-r2" ;; setup.py) ;; |