ashb commented on code in PR #56395:
URL: https://github.com/apache/airflow/pull/56395#discussion_r2406748878
##########
providers/openlineage/tests/unit/openlineage/test_conf.py:
##########
@@ -538,15 +538,15 @@ def test_dag_state_change_process_pool_size(var_string,
expected):
@pytest.mark.parametrize(
"var_string",
- (
+ [
"4.56",
"asdf",
"true",
"false",
"None",
"",
" ",
- ),
+ ],
Review Comment:
This is _counter_ to the ruff rule and you've made everything lists
`PT007 | @pytest.mark.parametrize values should be a tuple`
If you are doing this change to enable a ruff rule, you should enable the
ruff rule _at the same time_.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]