diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-31 12:40:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-07 15:25:07 +0100 |
commit | 6881452e5b5ad737d8a2650e9ee5a4d0d1e55ec8 (patch) | |
tree | 84a0ccbd7facfc5a9270c728ea3a95233e2ee0e3 /eclass | |
parent | distutils-r1.eclass: Bump minimal build system versions (diff) | |
download | gentoo-6881452e5b5ad737d8a2650e9ee5a4d0d1e55ec8.tar.gz gentoo-6881452e5b5ad737d8a2650e9ee5a4d0d1e55ec8.tar.bz2 gentoo-6881452e5b5ad737d8a2650e9ee5a4d0d1e55ec8.zip |
distutils-r1.eclass: Bump minimum pytest version
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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) ;; |