doc: fix toml type of verbosity options in API reference#13906
doc: fix toml type of verbosity options in API reference#13906bluetech merged 1 commit intopytest-dev:mainfrom
Conversation
|
Perhaps the correct fix would be to change the option type to pytest/src/_pytest/config/__init__.py Line 1957 in adb3658 Seems like it was just an oversight, unnoticed because of how ini options are treated. |
|
Was my first thought, however I think it's a string because it needs to support If in the future we support type expressions we can make it |
|
Ahh right, missed/forgot this bit: pytest/src/_pytest/config/__init__.py Lines 1933 to 1935 in adb3658 |
Backport to 9.0.x: 💚 backport PR created✅ Backport PR branch: Backported as #13915 🤖 @patchback |
doc: fix toml type of verbosity options in API reference (cherry picked from commit e826510)
…82651074d18a9a905d3beefb62bd7eb8196b6cd/pr-13906 [PR #13906/e8265107 backport][9.0.x] doc: fix toml type of verbosity options in API reference
Fix #13904.