Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 09 Jan 2022 08:09:17
Message-Id: 1641715748.8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70.mgorny@gentoo
1 commit: 8a5f8c7d4d94f10552a8d8c5e39c523db1eacb70
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 05:15:58 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 08:09:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5f8c7d
7
8 distutils-r1.eclass: Bump minimal pytest dep
9
10 Bump the minimal pytest dep to what we have right now, since a growing
11 number of packages requires new pytest version (>= 6.2.4 is the highest
12 explicit dep we have) and there is really no point in repeating the dep.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 eclass/distutils-r1.eclass | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
20 index 1b50dc4e74b4..7bd9baba8167 100644
21 --- a/eclass/distutils-r1.eclass
22 +++ b/eclass/distutils-r1.eclass
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # @ECLASS: distutils-r1.eclass
29 @@ -405,7 +405,7 @@ distutils_enable_tests() {
30 test_pkg=">=dev-python/nose-1.3.7-r4"
31 ;;
32 pytest)
33 - test_pkg=">=dev-python/pytest-4.5.0"
34 + test_pkg=">=dev-python/pytest-6.2.5-r2"
35 ;;
36 setup.py)
37 ;;