Skip to content

Commit 1bc85a5

Browse files
committed
Adopt new pytest configuration introduced in v9.0.0
1 parent 7d1b892 commit 1bc85a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ test = [
3535
"pytest>=9.0.2",
3636
]
3737

38-
[tool.pytest.ini_options]
38+
[tool.pytest]
39+
minversion = "9.0"
3940
addopts = [
4041
"--import-mode=importlib",
4142
]

0 commit comments

Comments
 (0)