commit: 432a0b1a5478823ebf1954e308e1113c0b800cb3
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sat Jan 10 19:28:47 2026 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Jan 21 19:00:34 2026 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=432a0b1a
require pytest 9.0
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
NEWS.rst | 9 +++++++++
pyproject.toml | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS.rst b/NEWS.rst
index daf836d..dd72a3e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,15 @@
Release Notes
=============
+pkgdev 0.2.13 (unreleased)
+---------------------------
+
+Packaging
+~~~~~~~~~~
+
+- ``pytest >= 9.0`` is now required
+
+
pkgdev 0.2.12 (2025-06-14)
-------------------------
diff --git a/pyproject.toml b/pyproject.toml
index ecbdb7f..a4856f2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
[project.optional-dependencies]
test = [
- "pytest>=6.0",
+ "pytest >= 9.0",
"pytest-cov",
]
doc = [