We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fe7efc + cea7682 commit 369531bCopy full SHA for 369531b
pyproject.toml
@@ -38,7 +38,7 @@ Documentation = "http://spacetelescope.github.io/tweakwcs/"
38
39
[project.optional-dependencies]
40
test = [
41
- "pytest",
+ "pytest>=9.0",
42
"pytest-cov",
43
"scipy",
44
]
@@ -92,15 +92,15 @@ all_files = "1"
92
upload-dir = "docs/_build/html"
93
show-response = 1
94
95
-[tool.pytest.ini_options]
96
-minversion = "4.6"
+[tool.pytest]
+minversion = "9.0"
97
norecursedirs = [
98
"build",
99
"docs/_build",
100
".tox",
101
102
doctest_plus = "enabled"
103
-addopts = "--ignore=build"
+addopts = ["--ignore=build"]
104
105
[tool.coverage.run]
106
omit = [
0 commit comments