RNHTTR commented on code in PR #39090:
URL: https://github.com/apache/airflow/pull/39090#discussion_r1576944529


##########
tests/jobs/test_scheduler_job.py:
##########
@@ -4349,9 +4360,9 @@ def 
test_max_active_runs_in_a_dag_doesnt_stop_running_dagruns_in_otherdags(self,
 
     def test_start_queued_dagruns_do_follow_execution_date_order(self, 
dag_maker):
         session = settings.Session()
-        with dag_maker("test_dag1", max_active_runs=1) as dag:
+        with dag_maker("test_dag1", max_active_runs=1) as _:

Review Comment:
   ```suggestion
           with dag_maker("test_dag1", max_active_runs=1):
   ```



-- 
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]

Reply via email to