mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use the proper type for Pytest's "minversion" option (#12244)
Numbers (integer or decimal) are permitted, but strings are preferred
This commit is contained in:
parent
9ebfadbcad
commit
be9b9349cc
@ -284,7 +284,7 @@ module = [
|
||||
disallow_any_generics = false
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
minversion = 6.0
|
||||
minversion = "6.0"
|
||||
addopts = [
|
||||
"-ra",
|
||||
"--import-mode=prepend",
|
||||
|
Loading…
Reference in New Issue
Block a user