Skip to content

Commit a671336

Browse files
[SCSB-225] migrate [tool.pytest.ini_options] to native TOML
1 parent 630078b commit a671336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ submission = ["bs4"]
3535
dev = ["ipython", "jupyterlab", "ansible", "helm"]
3636
test = [
3737
"mock",
38-
"pytest >= 6.0",
38+
"pytest>=9.0",
3939
"pytest-astropy",
4040
"pytest-doctestplus>=0.10.0",
4141
"stsynphot",
@@ -147,7 +147,7 @@ crds = "crds"
147147
"specs/*.json",
148148
]
149149

150-
[tool.pytest.ini_options]
150+
[tool.pytest]
151151
python_files = ["test_*"]
152152
python_classes = ["Test*"]
153153
python_functions = ["test_*"]

0 commit comments

Comments
 (0)