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:
Dimitri Papadopoulos Orfanos 2024-04-09 19:46:32 +02:00 committed by GitHub
parent 9ebfadbcad
commit be9b9349cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -284,7 +284,7 @@ module = [
disallow_any_generics = false
[tool.pytest.ini_options]
minversion = 6.0
minversion = "6.0"
addopts = [
"-ra",
"--import-mode=prepend",