commit: 6881452e5b5ad737d8a2650e9ee5a4d0d1e55ec8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:40:41 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 14:25:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6881452e
distutils-r1.eclass: Bump minimum pytest version
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/distutils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 6adbb599fb77..6d3a97a7ab1b 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -582,7 +582,7 @@ distutils_enable_tests() {
test_pkg=">=dev-python/nose-1.3.7_p20221026"
;;
pytest)
- test_pkg=">=dev-python/pytest-7.1.3"
+ test_pkg=">=dev-python/pytest-7.2.1"
;;
setup.py)
;;