potiuk commented on code in PR #43763:
URL: https://github.com/apache/airflow/pull/43763#discussion_r1831503815
##########
providers/tests/openlineage/plugins/test_utils.py:
##########
@@ -428,7 +427,7 @@ def test_serialize_timetable_2_9():
@pytest.mark.skipif(
- not AIRFLOW_V_2_8_PLUS or AIRFLOW_V_2_9_PLUS,
+ AIRFLOW_V_2_9_PLUS,
reason="This test checks serialization only in 2.8 conditions",
)
def test_serialize_timetable_2_8():
Review Comment:
Maybe we should change the conditions to AIRFLOW_LESS_THAN_2_8 ... then
probably some of the conditions would be easier to read :)
--
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]