Skip to content

Commit b5aa28e

Browse files
[SCSB-225] migrate [tool.pytest.ini_options] to native TOML
1 parent d43b389 commit b5aa28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sdp = [
9797
test = [
9898
"ci-watson>=0.10",
9999
"pysiaf>=0.13.0",
100-
"pytest>=6.0.0",
100+
"pytest>=9.0.0",
101101
"pytest-cov>=2.9.0",
102102
"pytest-doctestplus>=0.10.0",
103103
"requests_mock>=1.0",
@@ -203,8 +203,8 @@ all_files = "1"
203203
upload-dir = "docs/_build/html"
204204
show-response = 1
205205

206-
[tool.pytest.ini_options]
207-
minversion = "6.0"
206+
[tool.pytest]
207+
minversion = "9.0"
208208
norecursedirs = [
209209
"docs/_build",
210210
"docs/exts",

0 commit comments

Comments
 (0)