Skip to content

Commit be9b934

Browse files
authoredApr 9, 2024
Use the proper type for Pytest's "minversion" option (sphinx-doc#12244)
Numbers (integer or decimal) are permitted, but strings are preferred
1 parent 9ebfadb commit be9b934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module = [
284284
disallow_any_generics = false
285285

286286
[tool.pytest.ini_options]
287-
minversion = 6.0
287+
minversion = "6.0"
288288
addopts = [
289289
"-ra",
290290
"--import-mode=prepend",

0 commit comments

Comments
 (0)
Please sign in to comment.