Skip to content

Commit 68cd042

Browse files
Update src/_pytest/config/argparsing.py
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 311e5c0 commit 68cd042

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/_pytest/config/argparsing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ def addini(
193193
* ``pathlist``: a list of ``py.path``, separated as in a shell
194194
* ``int``: an integer
195195
* ``float``: a floating-point number
196+
197+
.. versionadded:: 8.4
198+
199+
The ``float`` and ``int`` types.
196200
197201
For ``paths`` and ``pathlist`` types, they are considered relative to the ini-file.
198202
In case the execution is happening without an ini-file defined,

0 commit comments

Comments
 (0)