This avoids mutating the original list to reflect on InvocationParams, which is supposed to be an immutable snapshot of the state of pytest.main() at the moment of invocation (see pytest-dev/pytest-xdist#478).
3 lines
140 B
ReStructuredText
3 lines
140 B
ReStructuredText
``Config.InvocationParams.args`` is now always a ``tuple`` to better convey that it should be
|
|
immutable and avoid accidental modifications.
|