Skip to content

Commit 1d89195

Browse files
committed
test: upgrade min pytest to 9 and use native toml configuration
1 parent de5c7a9 commit 1d89195

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dev = [
100100
base = ["poethepoet>=0.34.0"]
101101

102102
test = [
103-
"pytest>=7.2",
103+
"pytest>=9",
104104
"pytest-cov>=4",
105105
"pytest-mock>=3.10",
106106
"pytest-regressions>=2.4.0",
@@ -177,8 +177,8 @@ omit = [
177177
]
178178

179179

180-
[tool.pytest.ini_options]
181-
addopts = "--strict-markers"
180+
[tool.pytest]
181+
addopts = ["--strict-markers"]
182182
testpaths = ["tests/"]
183183
filterwarnings = [
184184
# get_smart_tag_range is deprecated and will be removed in v5

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)