Skip to content

Commit eddd506

Browse files
committed
require pytest 9.0
Also wipe some dead pyproject definitions. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 88c2e6a commit eddd506

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
-----------------------------
6+
pkgcheck 0.10.40 (unreleased)
7+
-----------------------------
8+
9+
Packaging
10+
~~~~~~~~~
11+
12+
- ``pytest >= 9.0`` is now required
13+
514
-----------------------------
615
pkgcheck 0.10.39 (2026-01-03)
716
-----------------------------

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ dependencies = [
5151

5252
[project.optional-dependencies]
5353
test = [
54-
"pytest>=6.0",
54+
"pytest>=9.0",
5555
"pytest-cov",
5656
"requests",
5757
]
58+
5859
doc = [
5960
"sphinx",
6061
]
62+
6163
network = [
6264
"requests",
6365
]
@@ -93,9 +95,6 @@ ignore = [
9395
"E741", # ambiguous variable name
9496
]
9597

96-
[tool.black]
97-
line-length = 100
98-
9998
[tool.pytest.ini_options]
10099
minversion = "6.0"
101100
addopts = "-vv -ra -l"

0 commit comments

Comments
 (0)